#24698D

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

Shades of Astral #24698D

Tints of Astral #24698D

Color information

#24698D (or 0x24698D) is unknown color: approx Astral. HEX triplet: 24, 69 and 8D. RGB value is (36,105,141). Sum of RGB (Red+Green+Blue) = 36+105+141=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #24698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24698D is #DB9672. Grayscale: #585858. Windows color (decimal): -14390899 or 9267492. OLE color: 9267492.

HSL color Cylindrical-coordinate representation of color #24698D: hue angle of 200.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24698D is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB36105141-
CMYK0.740.2600.45
HSL200.57º59.32%34.71%-
HSV(B)200.57º74.47%55.29%-
XYZ10.5912.427.04-
YUV88.47157.6490.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.77%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 141 (55.47% from 255) = 50%
R=12.77%
G=37.23%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361051410.740.2600.45200.5759.3234.71
Hex24698D4A1A02Dc93b23
Octal44151215112320553117343
Binary100100110100110001101100101011010010110111001001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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