Html Css Color HEX #244359 Astronaut Blue

📋 copy color: '#244359'

red 36 ◦ green 67 ◦ blue 89

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

Shades of Astronaut Blue #244359

Tints of Astronaut Blue #244359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.9%

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

R = 18.75%
G = 34.9%
B = 46.35%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#244359 (or 0x244359) is known color: Astronaut Blue. HEX triplet: 24, 43 and 59. RGB value is (36,67,89). Sum of RGB (Red+Green+Blue) = 36+67+89=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #244359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244359 is #DBBCA6. Grayscale: #3C3C3C. Windows color (decimal): -14400679 or 5849892. OLE color: 5849892.

HSL color Cylindrical-coordinate representation of color #244359: hue angle of 204.91º 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 #244359 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 67 89 -
CMYK 0.60 0.25 0 0.65
HSL 204.91º 0.42% 0.25% -
HSV(B) 204.91º 0.6% 0.35% -
XYZ 4.54 5.11 10.2 -
YUV 60.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 36 67 89 0.60 0.25 0 0.65 204.91 0.42 0.25
Hex 24 43 59 3C 19 0 41 CD 2A 19
Octal 44 103 131 74 31 0 101 315 52 31
Binary 100100 1000011 1011001 111100 11001 0 1000001 11001101 101010 11001

Color Harmonies of #244359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244359

Black with #244359

Text Example


Text Example

White with #244359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244359; }

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

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

background-color css

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

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

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

border-color css

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

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

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