#032E39

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

Shades of Nordic #032E39

Tints of Nordic #032E39

Color information

#032E39 (or 0x032E39) is unknown color: approx Nordic. HEX triplet: 03, 2E and 39. RGB value is (3,46,57). Sum of RGB (Red+Green+Blue) = 3+46+57=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 57 (22.66% from 255 or 53.77% from 106); Max value from RGB is 57 - color contains mainly: blue. Hex color #032E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E39 is #FCD1C6. Grayscale: #222222. Windows color (decimal): -16568775 or 3747331. OLE color: 3747331.

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

Color convert

RGB34657-
CMYK0.950.1900.78
HSL192.22º90%11.76%-
HSV(B)192.22º94.74%22.35%-
XYZ1.752.274.22-
YUV34.4140.75105.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 46 (18.36% from 255) = 43.40%
BLUE value IS 57 (22.66% from 255) = 53.77%
R=2.83%
G=43.40%
B=53.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal346570.950.1900.78192.229011.76
Hex32E395F1304Ec05ac
Octal3567113723011630013214
Binary11101110111001101111110011010011101100000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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