#247591

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

Shades of Astral #247591

Tints of Astral #247591

Color information

#247591 (or 0x247591) is unknown color: approx Astral. HEX triplet: 24, 75 and 91. RGB value is (36,117,145). Sum of RGB (Red+Green+Blue) = 36+117+145=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #247591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247591 is #DB8A6E. Grayscale: #5F5F5F. Windows color (decimal): -14387823 or 9532708. OLE color: 9532708.

HSL color Cylindrical-coordinate representation of color #247591: hue angle of 195.41º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #247591 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB36117145-
CMYK0.750.1900.43
HSL195.41º60.22%35.49%-
HSV(B)195.41º75.17%56.86%-
XYZ12.215.1429.07-
YUV95.97155.6685.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.08%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 145 (57.03% from 255) = 48.66%
R=12.08%
G=39.26%
B=48.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal361171450.750.1900.43195.4160.2235.49
Hex2475914B1302Bc33c23
Octal44165221113230533037443
Binary100100111010110010001100101110011010101111000011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247591; }

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

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

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

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

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

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

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

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