Html Css Color HEX #022E36 Nordic

📋 copy color: '#022E36'

red 2 ◦ green 46 ◦ blue 54

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

Shades of Nordic #022E36

Tints of Nordic #022E36

RGB

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

 GREEN value IS 46 (18.36% from 255) = 45.1%

 BLUE value IS 54 (21.48% from 255) = 52.94%

R = 1.96%
G = 45.1%
B = 52.94%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#022E36 (or 0x022E36) is known color: Nordic. HEX triplet: 02, 2E and 36. RGB value is (2,46,54). Sum of RGB (Red+Green+Blue) = 2+46+54=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 54 (21.48% from 255 or 52.94% from 102); Max value from RGB is 54 - color contains mainly: blue. Hex color #022E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E36 is #FDD1C9. Grayscale: #212121. Windows color (decimal): -16634314 or 3550722. OLE color: 3550722.

HSL color Cylindrical-coordinate representation of color #022E36: hue angle of 189.23º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022E36 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 2 46 54 -
CMYK 0.96 0.15 0 0.79
HSL 189.23º 0.93% 0.11% -
HSV(B) 189.23º 0.96% 0.21% -
XYZ 1.67 2.23 3.83 -
YUV 33.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 2 46 54 0.96 0.15 0 0.79 189.23 0.93 0.11
Hex 2 2E 36 60 F 0 4F BD 5D B
Octal 2 56 66 140 17 0 117 275 135 13
Binary 10 101110 110110 1100000 1111 0 1001111 10111101 1011101 1011

Color Harmonies of #022E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E36

Black with #022E36

Text Example


Text Example

White with #022E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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