#224042

Color #224042 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #224042

Tints of Nordic #224042

Color information

#224042 (or 0x224042) is unknown color: approx 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

RGB346466-
CMYK0.480.0300.74
HSL183.75º32%19.61%-
HSV(B)183.75º48.48%25.88%-
XYZ3.484.45.82-
YUV55.26134.06112.84-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3464660.480.0300.74183.753219.61
Hex22404230304Ab82014
Octal4210010260301122704024
Binary1000101000000100001011000011010010101011100010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>