Html Css Color HEX #022D33 Nordic

📋 copy color: '#022D33'

red 2 ◦ green 45 ◦ blue 51

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

Shades of Nordic #022D33

Tints of Nordic #022D33

RGB

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

 GREEN value IS 45 (17.97% from 255) = 45.92%

 BLUE value IS 51 (20.31% from 255) = 52.04%

R = 2.04%
G = 45.92%
B = 52.04%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#022D33 (or 0x022D33) is known color: Nordic. HEX triplet: 02, 2D and 33. RGB value is (2,45,51). Sum of RGB (Red+Green+Blue) = 2+45+51=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 51 (20.31% from 255 or 52.04% from 98); Max value from RGB is 51 - color contains mainly: blue. Hex color #022D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D33 is #FDD2CC. Grayscale: #202020. Windows color (decimal): -16634573 or 3353858. OLE color: 3353858.

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

Color convert

RGB 2 45 51 -
CMYK 0.96 0.12 0 0.8
HSL 187.35º 0.92% 0.1% -
HSV(B) 187.35º 0.96% 0.2% -
XYZ 1.56 2.13 3.46 -
YUV 32.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 2 45 51 0.96 0.12 0 0.8 187.35 0.92 0.1
Hex 2 2D 33 60 C 0 50 BB 5C A
Octal 2 55 63 140 14 0 120 273 134 12
Binary 10 101101 110011 1100000 1100 0 1010000 10111011 1011100 1010

Color Harmonies of #022D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D33

Black with #022D33

Text Example


Text Example

White with #022D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,45,51); }

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

background-color css

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

 a { background-color: rgb(2,45,51); }

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

border-color css

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

 span { border-color: rgb(2,45,51); }

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