Html Css Color HEX #022C32 Nordic

📋 copy color: '#022C32'

red 2 ◦ green 44 ◦ blue 50

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

Shades of Nordic #022C32

Tints of Nordic #022C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 52.08%

R = 2.08%
G = 45.83%
B = 52.08%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#022C32 (or 0x022C32) is known color: Nordic. HEX triplet: 02, 2C and 32. RGB value is (2,44,50). Sum of RGB (Red+Green+Blue) = 2+44+50=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 44 (17.58% from 255 or 45.83% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #022C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C32 is #FDD3CD. Grayscale: #202020. Windows color (decimal): -16634830 or 3288066. OLE color: 3288066.

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

Color convert

RGB 2 44 50 -
CMYK 0.96 0.12 0 0.80
HSL 187.5º 0.92% 0.1% -
HSV(B) 187.5º 0.96% 0.2% -
XYZ 1.5 2.04 3.33 -
YUV 32.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 2 44 50 0.96 0.12 0 0.80 187.5 0.92 0.1
Hex 2 2C 32 60 C 0 50 BC 5C A
Octal 2 54 62 140 14 0 120 274 134 12
Binary 10 101100 110010 1100000 1100 0 1010000 10111100 1011100 1010

Color Harmonies of #022C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022C32

Black with #022C32

Text Example


Text Example

White with #022C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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