#307487

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

Shades of Astral #307487

Tints of Astral #307487

Color information

#307487 (or 0x307487) is unknown color: approx Astral. HEX triplet: 30, 74 and 87. RGB value is (48,116,135). Sum of RGB (Red+Green+Blue) = 48+116+135=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #307487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307487 is #CF8B78. Grayscale: #616161. Windows color (decimal): -13601657 or 8877104. OLE color: 8877104.

HSL color Cylindrical-coordinate representation of color #307487: hue angle of 193.1º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #307487 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB48116135-
CMYK0.640.1400.47
HSL193.1º47.54%35.88%-
HSV(B)193.1º64.44%52.94%-
XYZ11.8414.8725.17-
YUV97.83148.9792.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 135 (53.12% from 255) = 45.15%
R=16.05%
G=38.80%
B=45.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481161350.640.1400.47193.147.5435.88
Hex30748740E02Fc13024
Octal60164207100160573016044
Binary11000011101001000011110000001110010111111000001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307487; }

 p { color: rgb(48,116,135); }

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

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

 a { background-color: rgb(48,116,135); }

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

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

 span { border-color: rgb(48,116,135); }

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