#307B96

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

Shades of Astral #307B96

Tints of Astral #307B96

Color information

#307B96 (or 0x307B96) is unknown color: approx Astral. HEX triplet: 30, 7B and 96. RGB value is (48,123,150). Sum of RGB (Red+Green+Blue) = 48+123+150=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #307B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307B96 is #CF8469. Grayscale: #676767. Windows color (decimal): -13599850 or 9861936. OLE color: 9861936.

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

Color convert

RGB48123150-
CMYK0.680.1800.41
HSL195.88º51.52%38.82%-
HSV(B)195.88º68%58.82%-
XYZ13.811731.41-
YUV103.65154.1588.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 123 (48.44% from 255) = 38.32%
BLUE value IS 150 (58.98% from 255) = 46.73%
R=14.95%
G=38.32%
B=46.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481231500.680.1800.41195.8851.5238.82
Hex307B964412029c43427
Octal60173226104220513046447
Binary110000111101110010110100010010010010100111000100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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