#24738F

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

Shades of Astral #24738F

Tints of Astral #24738F

Color information

#24738F (or 0x24738F) is unknown color: approx Astral. HEX triplet: 24, 73 and 8F. RGB value is (36,115,143). Sum of RGB (Red+Green+Blue) = 36+115+143=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 143 - color contains mainly: blue. Hex color #24738F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24738F is #DB8C70. Grayscale: #5E5E5E. Windows color (decimal): -14388337 or 9401124. OLE color: 9401124.

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

Color convert

RGB36115143-
CMYK0.750.2000.44
HSL195.7º59.78%35.1%-
HSV(B)195.7º74.83%56.08%-
XYZ11.8214.6228.19-
YUV94.57155.3386.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.24%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 143 (56.25% from 255) = 48.64%
R=12.24%
G=39.12%
B=48.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361151430.750.2000.44195.759.7835.1
Hex24738F4B1402Cc43c23
Octal44163217113240543047443
Binary100100111001110001111100101110100010110011000100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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