Html Css Color HEX #224045 Nordic

📋 copy color: '#224045'

red 34 ◦ green 64 ◦ blue 69

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

Shades of Nordic #224045

Tints of Nordic #224045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 41.32%

R = 20.36%
G = 38.32%
B = 41.32%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#224045 (or 0x224045) is known color: Nordic. HEX triplet: 22, 40 and 45. RGB value is (34,64,69). Sum of RGB (Red+Green+Blue) = 34+64+69=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 69 - color contains mainly: blue. Hex color #224045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224045 is #DDBFBA. Grayscale: #373737. Windows color (decimal): -14532539 or 4538402. OLE color: 4538402.

HSL color Cylindrical-coordinate representation of color #224045: hue angle of 188.57º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #224045 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 34 64 69 -
CMYK 0.51 0.07 0 0.73
HSL 188.57º 0.34% 0.2% -
HSV(B) 188.57º 0.51% 0.27% -
XYZ 3.57 4.44 6.3 -
YUV 55.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 34 64 69 0.51 0.07 0 0.73 188.57 0.34 0.2
Hex 22 40 45 33 7 0 49 BD 22 14
Octal 42 100 105 63 7 0 111 275 42 24
Binary 100010 1000000 1000101 110011 111 0 1001001 10111101 100010 10100

Color Harmonies of #224045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224045

Black with #224045

Text Example


Text Example

White with #224045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224045; }

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

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

background-color css

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

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

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

border-color css

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

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

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