Html Css Color HEX #244355 Astronaut Blue

📋 copy color: '#244355'

red 36 ◦ green 67 ◦ blue 85

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

Shades of Astronaut Blue #244355

Tints of Astronaut Blue #244355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 45.21%

R = 19.15%
G = 35.64%
B = 45.21%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#244355 (or 0x244355) is known color: Astronaut Blue. HEX triplet: 24, 43 and 55. RGB value is (36,67,85). Sum of RGB (Red+Green+Blue) = 36+67+85=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #244355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244355 is #DBBCAA. Grayscale: #3B3B3B. Windows color (decimal): -14400683 or 5587748. OLE color: 5587748.

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

Color convert

RGB 36 67 85 -
CMYK 0.58 0.21 0 0.67
HSL 202.04º 0.4% 0.24% -
HSV(B) 202.04º 0.58% 0.33% -
XYZ 4.37 5.05 9.34 -
YUV 59.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 36 67 85 0.58 0.21 0 0.67 202.04 0.4 0.24
Hex 24 43 55 3A 15 0 43 CA 28 18
Octal 44 103 125 72 25 0 103 312 50 30
Binary 100100 1000011 1010101 111010 10101 0 1000011 11001010 101000 11000

Color Harmonies of #244355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244355

Black with #244355

Text Example


Text Example

White with #244355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244355; }

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

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

background-color css

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

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

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

border-color css

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

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

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