COLOR #003B5A

HEX: #003B5A
RGB: (0,59,90)

Renk bilgisi

#003B5A contains only green and blue colors. #003B5A ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#003B5A color RGB value is (0,59,90).

  • kırmız ton 0;
  • yeşil ton 59;
  • mavi ton 90.
RGB:
(0,59,90)
(0%,23%,35%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 59 of 255 = 23%
B 90 of 255 = 35%

0
59
90

R + G + B ~ 19%. #003B5A is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 59 + 90 = 149 (100%)
R 0 of 149 ~ 0%
G 59 of 149 ~ 39.6%
B 90 of 149 ~ 60.4%

%39.6
%60.4

CMYK RENK MODELİ

#003B5A rengi CMYK tonu (100,34,0,65).

  • camgöbeği tonu 100.00%
  • eflatun tonu 34.44%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(100,34,0,65)
C100M34Y0K65 
(100%,34%,0%,65%)
(1.00/0.34/0.00/0.65)	

CMYK yüzdeleri

%100
%34.44
%0
%64.71

Codes

Color #003B5A in popluar color models

003B5A
RGB05990
HSL201°100.00%17.65%
HSB/HSV201°100.00%35.29%
CMYK100.00%34.44%0.00%
64.71%

Color #003B5A in popluar number systems.

HEX003B5A
Decimal05990
Binary01110111011010
Octal073132

Shades and tints

Shades of #003B5A

#003B5A
(0,59,90)
#003652
(0,54,82)
#00314A
(0,49,74)
#002C42
(0,44,66)
#00273A
(0,39,58)
#002232
(0,34,50)
#001D2A
(0,29,42)
#001822
(0,24,34)
#00131A
(0,19,26)
#000E12
(0,14,18)
#00090A
(0,9,10)
#000000
(0,0,0)

Tints of #003B5A

#003B5A
(0,59,90)
#174C69
(23,76,105)
#2E5D78
(46,93,120)
#456E87
(69,110,135)
#5C7F96
(92,127,150)
#7390A5
(115,144,165)
#8AA1B4
(138,161,180)
#A1B2C3
(161,178,195)
#B8C3D2
(184,195,210)
#CFD4E1
(207,212,225)
#E6E5F0
(230,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003B5A color. Also use rgb(0,59,90) instead hex code.

Text Font Color

.myTextColor { color: #003B5A; }

<p style="color:#003B5A">This sample text font color is #003B5A.</p>

This text font color is #003B5A.


Background Color

.myBgColor { background-color: #003B5A; }

<div style="background-color:#003B5A">Inner text</div>

This div background color is #003B5A.


Border color

.myBorderColor { border: 1px solid #003B5A; }

<div style="border:3px solid #003B5A">Div</div>

This div border color is #003B5A.


Opacity

.myOpacity80 { color: #003B5A; opacity: 0.8; }

<p style="color:#003B5A;opacity:0.8;">80%</p>

Text with #003B5A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #003B5A;}

<p style="text-shadow: 3px 3px 1px #003B5A">Text here.</p>

This text has shadow with #003B5A color.

.textShadow {text-shadow: 3px 3px 1px #003B5A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #003B5A, 5px 5px 20px red">Text here.</p>

This text has shadow with #003B5A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#003B5A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#003B5A, Direction=45, Strength=4)">Text</p>

This text has shadow with #003B5A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #003B5A;
  -webkit-box-shadow:	1px 1px 3px 2px #003B5A;
  box-shadow:		1px 1px 3px 2px #003B5A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #003B5A;
-webkit-box-shadow: 1px 1px 3px 2px #003B5A;
box-shadow:1px 1px 3px 2px #003B5A;">
Div content here</div>
This div box has shadow with color #003B5A.

Preview

Color preview on black background

This text has color #003B5A on black background.


Color preview on white background

This text has color #003B5A on white background.



Black color preview on #003B5A background

This text has black color on #003B5A background.


White color preview on #003B5A background

This text has white color on #003B5A background.