#306487

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

Shades of Astral #306487

Tints of Astral #306487

Color information

#306487 (or 0x306487) is unknown color: approx Astral. HEX triplet: 30, 64 and 87. RGB value is (48,100,135). Sum of RGB (Red+Green+Blue) = 48+100+135=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #306487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306487 is #CF9B78. Grayscale: #585858. Windows color (decimal): -13605753 or 8873008. OLE color: 8873008.

HSL color Cylindrical-coordinate representation of color #306487: hue angle of 204.14º 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 #306487 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB48100135-
CMYK0.640.2600.47
HSL204.14º47.54%35.88%-
HSV(B)204.14º64.44%52.94%-
XYZ10.1511.4924.6-
YUV88.44154.2799.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=16.96%
G=35.34%
B=47.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481001350.640.2600.47204.1447.5435.88
Hex306487401A02Fcc3024
Octal60144207100320573146044
Binary110000110010010000111100000011010010111111001100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306487; }

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

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

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

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

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

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

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

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