#307691

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

Shades of Astral #307691

Tints of Astral #307691

Color information

#307691 (or 0x307691) is unknown color: approx Astral. HEX triplet: 30, 76 and 91. RGB value is (48,118,145). Sum of RGB (Red+Green+Blue) = 48+118+145=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #307691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307691 is #CF896E. Grayscale: #636363. Windows color (decimal): -13601135 or 9532976. OLE color: 9532976.

HSL color Cylindrical-coordinate representation of color #307691: hue angle of 196.7º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307691 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB48118145-
CMYK0.670.1900.43
HSL196.7º50.26%37.84%-
HSV(B)196.7º66.9%56.86%-
XYZ12.8115.6329.13-
YUV100.15153.3190.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 145 (57.03% from 255) = 46.62%
R=15.43%
G=37.94%
B=46.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481181450.670.1900.43196.750.2637.84
Hex307691431302Bc53226
Octal60166221103230533056246
Binary110000111011010010001100001110011010101111000101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307691; }

 p { color: rgb(48,118,145); }

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

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

 a { background-color: rgb(48,118,145); }

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

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

 span { border-color: rgb(48,118,145); }

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