Html Css Color HEX #224456 Astronaut Blue

📋 copy color: '#224456'

red 34 ◦ green 68 ◦ blue 86

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

Shades of Astronaut Blue #224456

Tints of Astronaut Blue #224456

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.17%

 BLUE value IS 86 (33.98% from 255) = 45.74%

R = 18.09%
G = 36.17%
B = 45.74%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#224456 (or 0x224456) is known color: Astronaut Blue. HEX triplet: 22, 44 and 56. RGB value is (34,68,86). Sum of RGB (Red+Green+Blue) = 34+68+86=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #224456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224456 is #DDBBA9. Grayscale: #3B3B3B. Windows color (decimal): -14531498 or 5653538. OLE color: 5653538.

HSL color Cylindrical-coordinate representation of color #224456: hue angle of 200.77º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224456 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 34 68 86 -
CMYK 0.60 0.21 0 0.66
HSL 200.77º 0.43% 0.24% -
HSV(B) 200.77º 0.6% 0.34% -
XYZ 4.41 5.15 9.57 -
YUV 59.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 34 68 86 0.60 0.21 0 0.66 200.77 0.43 0.24
Hex 22 44 56 3C 15 0 42 C9 2B 18
Octal 42 104 126 74 25 0 102 311 53 30
Binary 100010 1000100 1010110 111100 10101 0 1000010 11001001 101011 11000

Color Harmonies of #224456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224456

Black with #224456

Text Example


Text Example

White with #224456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224456; }

 p { color: rgb(34,68,86); }

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

background-color css

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

 a { background-color: rgb(34,68,86); }

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

border-color css

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

 span { border-color: rgb(34,68,86); }

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