#03323F

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

Shades of Nordic #03323F

Tints of Nordic #03323F

Color information

#03323F (or 0x03323F) is unknown color: approx Nordic. HEX triplet: 03, 32 and 3F. RGB value is (3,50,63). Sum of RGB (Red+Green+Blue) = 3+50+63=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #03323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03323F is #FCCDC0. Grayscale: #252525. Windows color (decimal): -16567745 or 4141571. OLE color: 4141571.

HSL color Cylindrical-coordinate representation of color #03323F: hue angle of 193º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03323F is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB35063-
CMYK0.950.2100.75
HSL193º90.91%12.94%-
HSV(B)193º95.24%24.71%-
XYZ2.082.665.11-
YUV37.43142.43103.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 63 (25% from 255) = 54.31%
R=2.59%
G=43.10%
B=54.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal350630.950.2100.7519390.9112.94
Hex3323F5F1504Bc15bd
Octal3627713725011330113315
Binary11110010111111101111110101010010111100000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03323F; }

 p { color: rgb(3,50,63); }

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

<style>
 a { background-color: #03323F; }

 a { background-color: rgb(3,50,63); }

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

<style>
 span { border-color: #03323F; }

 span { border-color: rgb(3,50,63); }

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