Html Css Color HEX #022C36 Nordic

📋 copy color: '#022C36'

red 2 ◦ green 44 ◦ blue 54

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

Shades of Nordic #022C36

Tints of Nordic #022C36

RGB

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

 GREEN value IS 44 (17.58% from 255) = 44%

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

R = 2%
G = 44%
B = 54%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#022C36 (or 0x022C36) is known color: Nordic. HEX triplet: 02, 2C and 36. RGB value is (2,44,54). Sum of RGB (Red+Green+Blue) = 2+44+54=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 44 (17.58% from 255 or 44% from 100); Blue value is 54 (21.48% from 255 or 54% from 100); Max value from RGB is 54 - color contains mainly: blue. Hex color #022C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C36 is #FDD3C9. Grayscale: #202020. Windows color (decimal): -16634826 or 3550210. OLE color: 3550210.

HSL color Cylindrical-coordinate representation of color #022C36: hue angle of 191.54º 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 #022C36 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 2 44 54 -
CMYK 0.96 0.19 0 0.79
HSL 191.54º 0.93% 0.11% -
HSV(B) 191.54º 0.96% 0.21% -
XYZ 1.59 2.08 3.81 -
YUV 32.58 140.09 106.19 -
System Red Green Blue C M Y K H S L
Decimal 2 44 54 0.96 0.19 0 0.79 191.54 0.93 0.11
Hex 2 2C 36 60 13 0 4F C0 5D B
Octal 2 54 66 140 23 0 117 300 135 13
Binary 10 101100 110110 1100000 10011 0 1001111 11000000 1011101 1011

Color Harmonies of #022C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022C36

Black with #022C36

Text Example


Text Example

White with #022C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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