#307995

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

Shades of Astral #307995

Tints of Astral #307995

Color information

#307995 (or 0x307995) is unknown color: approx Astral. HEX triplet: 30, 79 and 95. RGB value is (48,121,149). Sum of RGB (Red+Green+Blue) = 48+121+149=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #307995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307995 is #CF866A. Grayscale: #666666. Windows color (decimal): -13600363 or 9795888. OLE color: 9795888.

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

Color convert

RGB48121149-
CMYK0.680.1900.42
HSL196.63º51.27%38.63%-
HSV(B)196.63º67.79%58.43%-
XYZ13.4816.4730.9-
YUV102.36154.3289.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.09%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=15.09%
G=38.05%
B=46.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481211490.680.1900.42196.6351.2738.63
Hex307995441302Ac53327
Octal60171225104230523056347
Binary110000111100110010101100010010011010101011000101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307995; }

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

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

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

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

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

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

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

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