#307A95

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

Shades of Astral #307A95

Tints of Astral #307A95

Color information

#307A95 (or 0x307A95) is unknown color: approx Astral. HEX triplet: 30, 7A and 95. RGB value is (48,122,149). Sum of RGB (Red+Green+Blue) = 48+122+149=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #307A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307A95 is #CF856A. Grayscale: #666666. Windows color (decimal): -13600107 or 9796144. OLE color: 9796144.

HSL color Cylindrical-coordinate representation of color #307A95: hue angle of 196.04º 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 #307A95 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB48122149-
CMYK0.680.1800.42
HSL196.04º51.27%38.63%-
HSV(B)196.04º67.79%58.43%-
XYZ13.616.7230.94-
YUV102.95153.9888.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 122 (48.05% from 255) = 38.24%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=15.05%
G=38.24%
B=46.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481221490.680.1800.42196.0451.2738.63
Hex307A95441202Ac43327
Octal60172225104220523046347
Binary110000111101010010101100010010010010101011000100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307A95; }

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

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

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

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

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

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

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

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