#24698E

Color #24698E Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #24698E

Tints of Astral #24698E

Color information

#24698E (or 0x24698E) is unknown color: approx Astral. HEX triplet: 24, 69 and 8E. RGB value is (36,105,142). Sum of RGB (Red+Green+Blue) = 36+105+142=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #24698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24698E is #DB9671. Grayscale: #585858. Windows color (decimal): -14390898 or 9333028. OLE color: 9333028.

HSL color Cylindrical-coordinate representation of color #24698E: hue angle of 200.94º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24698E is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB36105142-
CMYK0.750.2600.44
HSL200.94º59.55%34.9%-
HSV(B)200.94º74.65%55.69%-
XYZ10.6612.4327.43-
YUV88.59158.1490.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.72%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=12.72%
G=37.10%
B=50.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361051420.750.2600.44200.9459.5534.9
Hex24698E4B1A02Cc93c23
Octal44151216113320543117443
Binary100100110100110001110100101111010010110011001001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24698E; }

 p { color: rgb(36,105,142); }

 H1.HeaderClassName
 {
   color: #24698E;
 }
 .AnyTagClassName
 {
   color: #24698E;
 }
</style>
background-color css

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

 a { background-color: rgb(36,105,142); }

 div.DivClassName
 {
   background-color: #24698E;
 }
 .BgClassName
 {
   background-color: #24698E;
 }
</style>
border-color css

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

 span { border-color: rgb(36,105,142); }

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