#032E37

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

Shades of Nordic #032E37

Tints of Nordic #032E37

Color information

#032E37 (or 0x032E37) is unknown color: approx Nordic. HEX triplet: 03, 2E and 37. RGB value is (3,46,55). Sum of RGB (Red+Green+Blue) = 3+46+55=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #032E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E37 is #FCD1C8. Grayscale: #222222. Windows color (decimal): -16568777 or 3616259. OLE color: 3616259.

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

Color convert

RGB34655-
CMYK0.950.1600.78
HSL190.38º89.66%11.37%-
HSV(B)190.38º94.55%21.57%-
XYZ1.72.253.96-
YUV34.17139.75105.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 46 (18.36% from 255) = 44.23%
BLUE value IS 55 (21.88% from 255) = 52.88%
R=2.88%
G=44.23%
B=52.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal346550.950.1600.78190.3889.6611.37
Hex32E375F1004Ebe5ab
Octal3566713720011627613213
Binary11101110110111101111110000010011101011111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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