#032D36

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

Shades of Nordic #032D36

Tints of Nordic #032D36

Color information

#032D36 (or 0x032D36) is unknown color: approx Nordic. HEX triplet: 03, 2D and 36. RGB value is (3,45,54). Sum of RGB (Red+Green+Blue) = 3+45+54=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 45 (17.97% from 255 or 44.12% from 102); Blue value is 54 (21.48% from 255 or 52.94% from 102); Max value from RGB is 54 - color contains mainly: blue. Hex color #032D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D36 is #FCD2C9. Grayscale: #212121. Windows color (decimal): -16569034 or 3550467. OLE color: 3550467.

HSL color Cylindrical-coordinate representation of color #032D36: hue angle of 190.59º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032D36 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB34554-
CMYK0.940.1700.79
HSL190.59º89.47%11.18%-
HSV(B)190.59º94.44%21.18%-
XYZ1.642.163.82-
YUV33.47139.59106.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 45 (17.97% from 255) = 44.12%
BLUE value IS 54 (21.48% from 255) = 52.94%
R=2.94%
G=44.12%
B=52.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal345540.940.1700.79190.5989.4711.18
Hex32D365E1104Fbf59b
Octal3556613621011727713113
Binary11101101110110101111010001010011111011111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,45,54); }

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

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

 a { background-color: rgb(3,45,54); }

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

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

 span { border-color: rgb(3,45,54); }

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