#307293

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

Shades of Astral #307293

Tints of Astral #307293

Color information

#307293 (or 0x307293) is unknown color: approx Astral. HEX triplet: 30, 72 and 93. RGB value is (48,114,147). Sum of RGB (Red+Green+Blue) = 48+114+147=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #307293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307293 is #CF8D6C. Grayscale: #616161. Windows color (decimal): -13602157 or 9663024. OLE color: 9663024.

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

Color convert

RGB48114147-
CMYK0.670.2200.42
HSL200º50.77%38.24%-
HSV(B)200º67.35%57.65%-
XYZ12.514.7729.8-
YUV98.03155.6392.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 147 (57.81% from 255) = 47.57%
R=15.53%
G=36.89%
B=47.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481141470.670.2200.4220050.7738.24
Hex307293431602Ac83326
Octal60162223103260523106346
Binary110000111001010010011100001110110010101011001000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307293; }

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

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

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

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

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

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

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

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