#24758F

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

Shades of Astral #24758F

Tints of Astral #24758F

Color information

#24758F (or 0x24758F) is unknown color: approx Astral. HEX triplet: 24, 75 and 8F. RGB value is (36,117,143). Sum of RGB (Red+Green+Blue) = 36+117+143=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #24758F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24758F is #DB8A70. Grayscale: #5F5F5F. Windows color (decimal): -14387825 or 9401636. OLE color: 9401636.

HSL color Cylindrical-coordinate representation of color #24758F: hue angle of 194.58º 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 #24758F is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB36117143-
CMYK0.750.1800.44
HSL194.58º59.78%35.1%-
HSV(B)194.58º74.83%56.08%-
XYZ12.0515.0828.26-
YUV95.74154.6685.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.16%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 143 (56.25% from 255) = 48.31%
R=12.16%
G=39.53%
B=48.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361171430.750.1800.44194.5859.7835.1
Hex24758F4B1202Cc33c23
Octal44165217113220543037443
Binary100100111010110001111100101110010010110011000011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24758F; }

 p { color: rgb(36,117,143); }

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

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

 a { background-color: rgb(36,117,143); }

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

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

 span { border-color: rgb(36,117,143); }

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