Html Css Color HEX #244859 Astronaut Blue

📋 copy color: '#244859'

red 36 ◦ green 72 ◦ blue 89

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

Shades of Astronaut Blue #244859

Tints of Astronaut Blue #244859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

 BLUE value IS 89 (35.16% from 255) = 45.18%

R = 18.27%
G = 36.55%
B = 45.18%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#244859 (or 0x244859) is known color: Astronaut Blue. HEX triplet: 24, 48 and 59. RGB value is (36,72,89). Sum of RGB (Red+Green+Blue) = 36+72+89=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #244859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244859 is #DBB7A6. Grayscale: #3F3F3F. Windows color (decimal): -14399399 or 5851172. OLE color: 5851172.

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

Color convert

RGB 36 72 89 -
CMYK 0.60 0.19 0 0.65
HSL 199.25º 0.42% 0.25% -
HSV(B) 199.25º 0.6% 0.35% -
XYZ 4.85 5.73 10.3 -
YUV 63.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 36 72 89 0.60 0.19 0 0.65 199.25 0.42 0.25
Hex 24 48 59 3C 13 0 41 C7 2A 19
Octal 44 110 131 74 23 0 101 307 52 31
Binary 100100 1001000 1011001 111100 10011 0 1000001 11000111 101010 11001

Color Harmonies of #244859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244859

Black with #244859

Text Example


Text Example

White with #244859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244859; }

 p { color: rgb(36,72,89); }

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

background-color css

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

 a { background-color: rgb(36,72,89); }

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

border-color css

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

 span { border-color: rgb(36,72,89); }

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