Html Css Color HEX #244358 Astronaut Blue

📋 copy color: '#244358'

red 36 ◦ green 67 ◦ blue 88

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

Shades of Astronaut Blue #244358

Tints of Astronaut Blue #244358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 46.07%

R = 18.85%
G = 35.08%
B = 46.07%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#244358 (or 0x244358) is known color: Astronaut Blue. HEX triplet: 24, 43 and 58. RGB value is (36,67,88). Sum of RGB (Red+Green+Blue) = 36+67+88=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #244358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244358 is #DBBCA7. Grayscale: #3C3C3C. Windows color (decimal): -14400680 or 5784356. OLE color: 5784356.

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

Color convert

RGB 36 67 88 -
CMYK 0.59 0.24 0 0.65
HSL 204.23º 0.42% 0.24% -
HSV(B) 204.23º 0.59% 0.35% -
XYZ 4.5 5.09 9.98 -
YUV 60.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 36 67 88 0.59 0.24 0 0.65 204.23 0.42 0.24
Hex 24 43 58 3B 18 0 41 CC 2A 18
Octal 44 103 130 73 30 0 101 314 52 30
Binary 100100 1000011 1011000 111011 11000 0 1000001 11001100 101010 11000

Color Harmonies of #244358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244358

Black with #244358

Text Example


Text Example

White with #244358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244358; }

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

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

background-color css

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

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

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

border-color css

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

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

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