#307295

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

Shades of Astral #307295

Tints of Astral #307295

Color information

#307295 (or 0x307295) is unknown color: approx Astral. HEX triplet: 30, 72 and 95. RGB value is (48,114,149). Sum of RGB (Red+Green+Blue) = 48+114+149=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #307295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307295 is #CF8D6A. Grayscale: #626262. Windows color (decimal): -13602155 or 9794096. OLE color: 9794096.

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

Color convert

RGB48114149-
CMYK0.680.2300.42
HSL200.79º51.27%38.63%-
HSV(B)200.79º67.79%58.43%-
XYZ12.6614.8330.63-
YUV98.26156.6392.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=15.43%
G=36.66%
B=47.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481141490.680.2300.42200.7951.2738.63
Hex307295441702Ac93327
Octal60162225104270523116347
Binary110000111001010010101100010010111010101011001001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307295; }

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

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

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

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

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

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

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

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