#307690

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

Shades of Astral #307690

Tints of Astral #307690

Color information

#307690 (or 0x307690) is unknown color: approx Astral. HEX triplet: 30, 76 and 90. RGB value is (48,118,144). Sum of RGB (Red+Green+Blue) = 48+118+144=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #307690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307690 is #CF896F. Grayscale: #636363. Windows color (decimal): -13601136 or 9467440. OLE color: 9467440.

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

Color convert

RGB48118144-
CMYK0.670.1800.44
HSL196.25º50%37.65%-
HSV(B)196.25º66.67%56.47%-
XYZ12.7315.628.73-
YUV100.03152.8190.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=15.48%
G=38.06%
B=46.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481181440.670.1800.44196.255037.65
Hex307690431202Cc43226
Octal60166220103220543046246
Binary110000111011010010000100001110010010110011000100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307690; }

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

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

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

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

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

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

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

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