#022E31

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

Shades of Nordic #022E31

Tints of Nordic #022E31

Color information

#022E31 (or 0x022E31) is unknown color: approx Nordic. HEX triplet: 02, 2E and 31. RGB value is (2,46,49). Sum of RGB (Red+Green+Blue) = 2+46+49=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #022E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E31 is #FDD1CE. Grayscale: #212121. Windows color (decimal): -16634319 or 3223042. OLE color: 3223042.

HSL color Cylindrical-coordinate representation of color #022E31: hue angle of 183.83º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022E31 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB24649-
CMYK0.960.0600.81
HSL183.83º92.16%10%-
HSV(B)183.83º95.92%19.22%-
XYZ1.562.193.25-
YUV33.19136.92105.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 46 (18.36% from 255) = 47.42%
BLUE value IS 49 (19.53% from 255) = 50.52%
R=2.06%
G=47.42%
B=50.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal246490.960.0600.81183.8392.1610
Hex22E31606051b85ca
Octal256611406012127013412
Binary101011101100011100000110010100011011100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022E31; }

 p { color: rgb(2,46,49); }

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

<style>
 a { background-color: #022E31; }

 a { background-color: rgb(2,46,49); }

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

<style>
 span { border-color: #022E31; }

 span { border-color: rgb(2,46,49); }

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