Html Css Color HEX #224247 Nordic

📋 copy color: '#224247'

red 34 ◦ green 66 ◦ blue 71

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

Shades of Nordic #224247

Tints of Nordic #224247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.6%

 BLUE value IS 71 (28.13% from 255) = 41.52%

R = 19.88%
G = 38.6%
B = 41.52%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#224247 (or 0x224247) is known color: 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

RGB 34 66 71 -
CMYK 0.52 0.07 0 0.72
HSL 188.11º 0.35% 0.21% -
HSV(B) 188.11º 0.52% 0.28% -
XYZ 3.75 4.69 6.67 -
YUV 57 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 34 66 71 0.52 0.07 0 0.72 188.11 0.35 0.21
Hex 22 42 47 34 7 0 48 BC 23 15
Octal 42 102 107 64 7 0 110 274 43 25
Binary 100010 1000010 1000111 110100 111 0 1001000 10111100 100011 10101

Color Harmonies of #224247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224247

Black with #224247

Text Example


Text Example

White with #224247

Text Example


Text Example

HTML Codes & Css Web 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>