#307C95

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

Shades of Astral #307C95

Tints of Astral #307C95

Color information

#307C95 (or 0x307C95) is unknown color: approx Astral. HEX triplet: 30, 7C and 95. RGB value is (48,124,149). Sum of RGB (Red+Green+Blue) = 48+124+149=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #307C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C95 is #CF836A. Grayscale: #676767. Windows color (decimal): -13599595 or 9796656. OLE color: 9796656.

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

Color convert

RGB48124149-
CMYK0.680.1700.42
HSL194.85º51.27%38.63%-
HSV(B)194.85º67.79%58.43%-
XYZ13.8517.2131.03-
YUV104.13153.3287.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=14.95%
G=38.63%
B=46.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481241490.680.1700.42194.8551.2738.63
Hex307C95441102Ac33327
Octal60174225104210523036347
Binary110000111110010010101100010010001010101011000011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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