#03313B

Color #03313B Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #03313B

Tints of Nordic #03313B

Color information

#03313B (or 0x03313B) is unknown color: approx Nordic. HEX triplet: 03, 31 and 3B. RGB value is (3,49,59). Sum of RGB (Red+Green+Blue) = 3+49+59=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 59 (23.44% from 255 or 53.15% from 111); Max value from RGB is 59 - color contains mainly: blue. Hex color #03313B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03313B is #FCCEC4. Grayscale: #242424. Windows color (decimal): -16568005 or 3879171. OLE color: 3879171.

HSL color Cylindrical-coordinate representation of color #03313B: hue angle of 190.71º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03313B is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB34959-
CMYK0.950.1700.77
HSL190.71º90.32%12.16%-
HSV(B)190.71º94.92%23.14%-
XYZ1.932.534.52-
YUV36.39140.76104.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 49 (19.53% from 255) = 44.14%
BLUE value IS 59 (23.44% from 255) = 53.15%
R=2.70%
G=44.14%
B=53.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal349590.950.1700.77190.7190.3212.16
Hex3313B5F1104Dbf5ac
Octal3617313721011527713214
Binary11110001111011101111110001010011011011111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03313B; }

 p { color: rgb(3,49,59); }

 H1.HeaderClassName
 {
   color: #03313B;
 }
 .AnyTagClassName
 {
   color: #03313B;
 }
</style>
background-color css

<style>
 a { background-color: #03313B; }

 a { background-color: rgb(3,49,59); }

 div.DivClassName
 {
   background-color: #03313B;
 }
 .BgClassName
 {
   background-color: #03313B;
 }
</style>
border-color css

<style>
 span { border-color: #03313B; }

 span { border-color: rgb(3,49,59); }

 td.TdClassName
 {
   border-color: #03313B;
 }
 .TagClassName
 {
   border-color: #03313B;
 }
</style>