Html Css Color HEX #244454 Astronaut Blue

📋 copy color: '#244454'

red 36 ◦ green 68 ◦ blue 84

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

Shades of Astronaut Blue #244454

Tints of Astronaut Blue #244454

RGB

 RED value IS 36 (14.45% from 255) = 19.15%

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

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

R = 19.15%
G = 36.17%
B = 44.68%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#244454 (or 0x244454) is known color: Astronaut Blue. HEX triplet: 24, 44 and 54. RGB value is (36,68,84). Sum of RGB (Red+Green+Blue) = 36+68+84=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #244454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244454 is #DBBBAB. Grayscale: #3C3C3C. Windows color (decimal): -14400428 or 5522468. OLE color: 5522468.

HSL color Cylindrical-coordinate representation of color #244454: hue angle of 200º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #244454 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 68 84 -
CMYK 0.57 0.19 0 0.67
HSL 200º 0.4% 0.24% -
HSV(B) 200º 0.57% 0.33% -
XYZ 4.39 5.15 9.15 -
YUV 60.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 36 68 84 0.57 0.19 0 0.67 200 0.4 0.24
Hex 24 44 54 39 13 0 43 C8 28 18
Octal 44 104 124 71 23 0 103 310 50 30
Binary 100100 1000100 1010100 111001 10011 0 1000011 11001000 101000 11000

Color Harmonies of #244454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244454

Black with #244454

Text Example


Text Example

White with #244454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244454; }

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

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

background-color css

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

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

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

border-color css

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

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

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