Html Css Color HEX #022F39 Nordic

📋 copy color: '#022F39'

red 2 ◦ green 47 ◦ blue 57

#022F39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #022F39

Tints of Nordic #022F39

RGB

 RED value IS 2 (1.17% from 255) = 1.89%

 GREEN value IS 47 (18.75% from 255) = 44.34%

 BLUE value IS 57 (22.66% from 255) = 53.77%

R = 1.89%
G = 44.34%
B = 53.77%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#022F39 (or 0x022F39) is known color: Nordic. HEX triplet: 02, 2F and 39. RGB value is (2,47,57). Sum of RGB (Red+Green+Blue) = 2+47+57=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 47 (18.75% from 255 or 44.34% 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 #022F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022F39 is #FDD0C6. Grayscale: #222222. Windows color (decimal): -16634055 or 3747586. OLE color: 3747586.

HSL color Cylindrical-coordinate representation of color #022F39: hue angle of 190.91º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022F39 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 47 57 -
CMYK 0.96 0.18 0 0.78
HSL 190.91º 0.93% 0.12% -
HSV(B) 190.91º 0.96% 0.22% -
XYZ 1.78 2.34 4.23 -
YUV 34.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 2 47 57 0.96 0.18 0 0.78 190.91 0.93 0.12
Hex 2 2F 39 60 12 0 4E BF 5D C
Octal 2 57 71 140 22 0 116 277 135 14
Binary 10 101111 111001 1100000 10010 0 1001110 10111111 1011101 1100

Color Harmonies of #022F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F39

Black with #022F39

Text Example


Text Example

White with #022F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,47,57); }

 H1.HeaderClassName
 {
   color: #022F39;
 }
 .AnyTagClassName
 {
   color: #022F39;
 }
</style>

background-color css

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

 a { background-color: rgb(2,47,57); }

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

border-color css

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

 span { border-color: rgb(2,47,57); }

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