#307596

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

Shades of Astral #307596

Tints of Astral #307596

Color information

#307596 (or 0x307596) is unknown color: approx Astral. HEX triplet: 30, 75 and 96. RGB value is (48,117,150). Sum of RGB (Red+Green+Blue) = 48+117+150=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #307596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307596 is #CF8A69. Grayscale: #636363. Windows color (decimal): -13601386 or 9860400. OLE color: 9860400.

HSL color Cylindrical-coordinate representation of color #307596: hue angle of 199.41º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307596 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB48117150-
CMYK0.680.2200.41
HSL199.41º51.52%38.82%-
HSV(B)199.41º68%58.82%-
XYZ13.0915.5531.17-
YUV100.13156.1490.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.24%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=15.24%
G=37.14%
B=47.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481171500.680.2200.41199.4151.5238.82
Hex3075964416029c73427
Octal60165226104260513076447
Binary110000111010110010110100010010110010100111000111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307596; }

 p { color: rgb(48,117,150); }

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

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

 a { background-color: rgb(48,117,150); }

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

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

 span { border-color: rgb(48,117,150); }

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