#032A31

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

Shades of Nordic #032A31

Tints of Nordic #032A31

Color information

#032A31 (or 0x032A31) is unknown color: approx Nordic. HEX triplet: 03, 2A and 31. RGB value is (3,42,49). Sum of RGB (Red+Green+Blue) = 3+42+49=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #032A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032A31 is #FCD5CE. Grayscale: #1F1F1F. Windows color (decimal): -16569807 or 3222019. OLE color: 3222019.

HSL color Cylindrical-coordinate representation of color #032A31: hue angle of 189.13º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032A31 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB34249-
CMYK0.940.1400.81
HSL189.13º88.46%10.2%-
HSV(B)189.13º93.88%19.22%-
XYZ1.421.93.2-
YUV31.14138.08107.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 42 (16.80% from 255) = 44.68%
BLUE value IS 49 (19.53% from 255) = 52.13%
R=3.19%
G=44.68%
B=52.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal342490.940.1400.81189.1388.4610.2
Hex32A315EE051bd58a
Octal3526113616012127513012
Binary1110101011000110111101110010100011011110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,42,49); }

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

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

 a { background-color: rgb(3,42,49); }

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

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

 span { border-color: rgb(3,42,49); }

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