#307693

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

Shades of Astral #307693

Tints of Astral #307693

Color information

#307693 (or 0x307693) is unknown color: approx Astral. HEX triplet: 30, 76 and 93. RGB value is (48,118,147). Sum of RGB (Red+Green+Blue) = 48+118+147=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #307693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307693 is #CF896C. Grayscale: #646464. Windows color (decimal): -13601133 or 9664048. OLE color: 9664048.

HSL color Cylindrical-coordinate representation of color #307693: hue angle of 197.58º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307693 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB48118147-
CMYK0.670.2000.42
HSL197.58º50.77%38.24%-
HSV(B)197.58º67.35%57.65%-
XYZ12.9615.6929.95-
YUV100.38154.3190.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.34%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=15.34%
G=37.70%
B=46.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481181470.670.2000.42197.5850.7738.24
Hex307693431402Ac63326
Octal60166223103240523066346
Binary110000111011010010011100001110100010101011000110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307693; }

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

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

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

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

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

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

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

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