#307A96

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

Shades of Astral #307A96

Tints of Astral #307A96

Color information

#307A96 (or 0x307A96) is unknown color: approx Astral. HEX triplet: 30, 7A and 96. RGB value is (48,122,150). Sum of RGB (Red+Green+Blue) = 48+122+150=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #307A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307A96 is #CF8569. Grayscale: #666666. Windows color (decimal): -13600106 or 9861680. OLE color: 9861680.

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

Color convert

RGB48122150-
CMYK0.680.1900.41
HSL196.47º51.52%38.82%-
HSV(B)196.47º68%58.82%-
XYZ13.6816.7531.37-
YUV103.07154.4888.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15%
GREEN value IS 122 (48.05% from 255) = 38.12%
BLUE value IS 150 (58.98% from 255) = 46.88%
R=15%
G=38.12%
B=46.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481221500.680.1900.41196.4751.5238.82
Hex307A964413029c43427
Octal60172226104230513046447
Binary110000111101010010110100010010011010100111000100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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