#032C36

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

Shades of Nordic #032C36

Tints of Nordic #032C36

Color information

#032C36 (or 0x032C36) is unknown color: approx Nordic. HEX triplet: 03, 2C and 36. RGB value is (3,44,54). Sum of RGB (Red+Green+Blue) = 3+44+54=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 54 (21.48% from 255 or 53.47% from 101); Max value from RGB is 54 - color contains mainly: blue. Hex color #032C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C36 is #FCD3C9. Grayscale: #202020. Windows color (decimal): -16569290 or 3550211. OLE color: 3550211.

HSL color Cylindrical-coordinate representation of color #032C36: hue angle of 191.76º 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 #032C36 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB34454-
CMYK0.940.1900.79
HSL191.76º89.47%11.18%-
HSV(B)191.76º94.44%21.18%-
XYZ1.62.093.81-
YUV32.88139.92106.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 44 (17.58% from 255) = 43.56%
BLUE value IS 54 (21.48% from 255) = 53.47%
R=2.97%
G=43.56%
B=53.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal344540.940.1900.79191.7689.4711.18
Hex32C365E1304Fc059b
Octal3546613623011730013113
Binary11101100110110101111010011010011111100000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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