Html Css Color HEX #244256 Astronaut Blue

📋 copy color: '#244256'

red 36 ◦ green 66 ◦ blue 86

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

Shades of Astronaut Blue #244256

Tints of Astronaut Blue #244256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.11%

 BLUE value IS 86 (33.98% from 255) = 45.74%

R = 19.15%
G = 35.11%
B = 45.74%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#244256 (or 0x244256) is known color: Astronaut Blue. HEX triplet: 24, 42 and 56. RGB value is (36,66,86). Sum of RGB (Red+Green+Blue) = 36+66+86=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #244256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244256 is #DBBDA9. Grayscale: #3B3B3B. Windows color (decimal): -14400938 or 5653028. OLE color: 5653028.

HSL color Cylindrical-coordinate representation of color #244256: hue angle of 204º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #244256 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 36 66 86 -
CMYK 0.58 0.23 0 0.66
HSL 204º 0.41% 0.24% -
HSV(B) 204º 0.58% 0.34% -
XYZ 4.36 4.94 9.53 -
YUV 59.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 36 66 86 0.58 0.23 0 0.66 204 0.41 0.24
Hex 24 42 56 3A 17 0 42 CC 29 18
Octal 44 102 126 72 27 0 102 314 51 30
Binary 100100 1000010 1010110 111010 10111 0 1000010 11001100 101001 11000

Color Harmonies of #244256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244256

Black with #244256

Text Example


Text Example

White with #244256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244256; }

 p { color: rgb(36,66,86); }

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

background-color css

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

 a { background-color: rgb(36,66,86); }

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

border-color css

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

 span { border-color: rgb(36,66,86); }

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