Html Css Color HEX #224257 Astronaut Blue

📋 copy color: '#224257'

red 34 ◦ green 66 ◦ blue 87

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

Shades of Astronaut Blue #224257

Tints of Astronaut Blue #224257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 46.52%

R = 18.18%
G = 35.29%
B = 46.52%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#224257 (or 0x224257) is known color: Astronaut Blue. HEX triplet: 22, 42 and 57. RGB value is (34,66,87). Sum of RGB (Red+Green+Blue) = 34+66+87=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #224257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224257 is #DDBDA8. Grayscale: #3A3A3A. Windows color (decimal): -14532009 or 5718562. OLE color: 5718562.

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

Color convert

RGB 34 66 87 -
CMYK 0.61 0.24 0 0.66
HSL 203.77º 0.44% 0.24% -
HSV(B) 203.77º 0.61% 0.34% -
XYZ 4.33 4.92 9.74 -
YUV 58.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 34 66 87 0.61 0.24 0 0.66 203.77 0.44 0.24
Hex 22 42 57 3D 18 0 42 CC 2C 18
Octal 42 102 127 75 30 0 102 314 54 30
Binary 100010 1000010 1010111 111101 11000 0 1000010 11001100 101100 11000

Color Harmonies of #224257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224257

Black with #224257

Text Example


Text Example

White with #224257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224257; }

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

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

background-color css

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

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

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

border-color css

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

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

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