#307795

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

Shades of Astral #307795

Tints of Astral #307795

Color information

#307795 (or 0x307795) is unknown color: approx Astral. HEX triplet: 30, 77 and 95. RGB value is (48,119,149). Sum of RGB (Red+Green+Blue) = 48+119+149=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #307795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307795 is #CF886A. Grayscale: #646464. Windows color (decimal): -13600875 or 9795376. OLE color: 9795376.

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

Color convert

RGB48119149-
CMYK0.680.2000.42
HSL197.82º51.27%38.63%-
HSV(B)197.82º67.79%58.43%-
XYZ13.2415.9930.82-
YUV101.19154.9890.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.19%
GREEN value IS 119 (46.88% from 255) = 37.66%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=15.19%
G=37.66%
B=47.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481191490.680.2000.42197.8251.2738.63
Hex307795441402Ac63327
Octal60167225104240523066347
Binary110000111011110010101100010010100010101011000110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307795; }

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

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

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

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

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

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

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

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