Html Css Color HEX #224454 Astronaut Blue

📋 copy color: '#224454'

red 34 ◦ green 68 ◦ blue 84

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

Shades of Astronaut Blue #224454

Tints of Astronaut Blue #224454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 45.16%

R = 18.28%
G = 36.56%
B = 45.16%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#224454 (or 0x224454) is known color: Astronaut Blue. HEX triplet: 22, 44 and 54. RGB value is (34,68,84). Sum of RGB (Red+Green+Blue) = 34+68+84=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #224454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224454 is #DDBBAB. Grayscale: #3B3B3B. Windows color (decimal): -14531500 or 5522466. OLE color: 5522466.

HSL color Cylindrical-coordinate representation of color #224454: hue angle of 199.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224454 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 68 84 -
CMYK 0.60 0.19 0 0.67
HSL 199.2º 0.42% 0.23% -
HSV(B) 199.2º 0.6% 0.33% -
XYZ 4.33 5.11 9.15 -
YUV 59.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 34 68 84 0.60 0.19 0 0.67 199.2 0.42 0.23
Hex 22 44 54 3C 13 0 43 C7 2A 17
Octal 42 104 124 74 23 0 103 307 52 27
Binary 100010 1000100 1010100 111100 10011 0 1000011 11000111 101010 10111

Color Harmonies of #224454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224454

Black with #224454

Text Example


Text Example

White with #224454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224454; }

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

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

background-color css

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

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

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

border-color css

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

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

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