Html Css Color HEX #022E3C Nordic

📋 copy color: '#022E3C'

red 2 ◦ green 46 ◦ blue 60

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

Shades of Nordic #022E3C

Tints of Nordic #022E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 55.56%

R = 1.85%
G = 42.59%
B = 55.56%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#022E3C (or 0x022E3C) is known color: Nordic. HEX triplet: 02, 2E and 3C. RGB value is (2,46,60). Sum of RGB (Red+Green+Blue) = 2+46+60=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #022E3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E3C is #FDD1C3. Grayscale: #222222. Windows color (decimal): -16634308 or 3943938. OLE color: 3943938.

HSL color Cylindrical-coordinate representation of color #022E3C: hue angle of 194.48º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022E3C is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 46 60 -
CMYK 0.97 0.23 0 0.76
HSL 194.48º 0.94% 0.12% -
HSV(B) 194.48º 0.97% 0.24% -
XYZ 1.82 2.29 4.62 -
YUV 34.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 2 46 60 0.97 0.23 0 0.76 194.48 0.94 0.12
Hex 2 2E 3C 61 17 0 4C C2 5E C
Octal 2 56 74 141 27 0 114 302 136 14
Binary 10 101110 111100 1100001 10111 0 1001100 11000010 1011110 1100

Color Harmonies of #022E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E3C

Black with #022E3C

Text Example


Text Example

White with #022E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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