#224247

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

Shades of Nordic #224247

Tints of Nordic #224247

Color information

#224247 (or 0x224247) is unknown color: approx Nordic. HEX triplet: 22, 42 and 47. RGB value is (34,66,71). Sum of RGB (Red+Green+Blue) = 34+66+71=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #224247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224247 is #DDBDB8. Grayscale: #383838. Windows color (decimal): -14532025 or 4669986. OLE color: 4669986.

HSL color Cylindrical-coordinate representation of color #224247: hue angle of 188.11º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #224247 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB346671-
CMYK0.520.0700.72
HSL188.11º35.24%20.59%-
HSV(B)188.11º52.11%27.84%-
XYZ3.754.696.67-
YUV57135.9111.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.88%
GREEN value IS 66 (26.17% from 255) = 38.60%
BLUE value IS 71 (28.12% from 255) = 41.52%
R=19.88%
G=38.60%
B=41.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3466710.520.0700.72188.1135.2420.59
Hex224247347048bc2315
Octal4210210764701102744325
Binary10001010000101000111110100111010010001011110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224247; }

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

 H1.HeaderClassName
 {
   color: #224247;
 }
 .AnyTagClassName
 {
   color: #224247;
 }
</style>
background-color css

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

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

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

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

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

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