#032C39

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

Shades of Nordic #032C39

Tints of Nordic #032C39

Color information

#032C39 (or 0x032C39) is unknown color: approx Nordic. HEX triplet: 03, 2C and 39. RGB value is (3,44,57). Sum of RGB (Red+Green+Blue) = 3+44+57=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 57 (22.66% from 255 or 54.81% from 104); Max value from RGB is 57 - color contains mainly: blue. Hex color #032C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C39 is #FCD3C6. Grayscale: #212121. Windows color (decimal): -16569287 or 3746819. OLE color: 3746819.

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

Color convert

RGB34457-
CMYK0.950.2300.78
HSL194.44º90%11.76%-
HSV(B)194.44º94.74%22.35%-
XYZ1.682.124.19-
YUV33.22141.42106.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 44 (17.58% from 255) = 42.31%
BLUE value IS 57 (22.66% from 255) = 54.81%
R=2.88%
G=42.31%
B=54.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal344570.950.2300.78194.449011.76
Hex32C395F1704Ec25ac
Octal3547113727011630213214
Binary11101100111001101111110111010011101100001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032C39; }

 p { color: rgb(3,44,57); }

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

<style>
 a { background-color: #032C39; }

 a { background-color: rgb(3,44,57); }

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

<style>
 span { border-color: #032C39; }

 span { border-color: rgb(3,44,57); }

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