Html Css Color HEX #224042 Nordic

📋 copy color: '#224042'

red 34 ◦ green 64 ◦ blue 66

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

Shades of Nordic #224042

Tints of Nordic #224042

RGB

 RED value IS 34 (13.67% from 255) = 20.73%

 GREEN value IS 64 (25.39% from 255) = 39.02%

 BLUE value IS 66 (26.17% from 255) = 40.24%

R = 20.73%
G = 39.02%
B = 40.24%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#224042 (or 0x224042) is known color: Nordic. HEX triplet: 22, 40 and 42. RGB value is (34,64,66). Sum of RGB (Red+Green+Blue) = 34+64+66=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 66 - color contains mainly: blue. Hex color #224042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224042 is #DDBFBD. Grayscale: #373737. Windows color (decimal): -14532542 or 4341794. OLE color: 4341794.

HSL color Cylindrical-coordinate representation of color #224042: hue angle of 183.75º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #224042 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 34 64 66 -
CMYK 0.48 0.03 0 0.74
HSL 183.75º 0.32% 0.2% -
HSV(B) 183.75º 0.48% 0.26% -
XYZ 3.48 4.4 5.82 -
YUV 55.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 34 64 66 0.48 0.03 0 0.74 183.75 0.32 0.2
Hex 22 40 42 30 3 0 4A B8 20 14
Octal 42 100 102 60 3 0 112 270 40 24
Binary 100010 1000000 1000010 110000 11 0 1001010 10111000 100000 10100

Color Harmonies of #224042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224042

Black with #224042

Text Example


Text Example

White with #224042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224042; }

 p { color: rgb(34,64,66); }

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

background-color css

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

 a { background-color: rgb(34,64,66); }

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

border-color css

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

 span { border-color: rgb(34,64,66); }

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