#307895

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

Shades of Astral #307895

Tints of Astral #307895

Color information

#307895 (or 0x307895) is unknown color: approx Astral. HEX triplet: 30, 78 and 95. RGB value is (48,120,149). Sum of RGB (Red+Green+Blue) = 48+120+149=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #307895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307895 is #CF876A. Grayscale: #656565. Windows color (decimal): -13600619 or 9795632. OLE color: 9795632.

HSL color Cylindrical-coordinate representation of color #307895: hue angle of 197.23º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307895 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB48120149-
CMYK0.680.1900.42
HSL197.23º51.27%38.63%-
HSV(B)197.23º67.79%58.43%-
XYZ13.3616.2330.86-
YUV101.78154.6589.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 120 (47.27% from 255) = 37.85%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=15.14%
G=37.85%
B=47.00%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481201490.680.1900.42197.2351.2738.63
Hex307895441302Ac53327
Octal60170225104230523056347
Binary110000111100010010101100010010011010101011000101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307895; }

 p { color: rgb(48,120,149); }

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

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

 a { background-color: rgb(48,120,149); }

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

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

 span { border-color: rgb(48,120,149); }

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