#306587

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

Shades of Astral #306587

Tints of Astral #306587

Color information

#306587 (or 0x306587) is unknown color: approx Astral. HEX triplet: 30, 65 and 87. RGB value is (48,101,135). Sum of RGB (Red+Green+Blue) = 48+101+135=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #306587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306587 is #CF9A78. Grayscale: #585858. Windows color (decimal): -13605497 or 8873264. OLE color: 8873264.

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

Color convert

RGB48101135-
CMYK0.640.2500.47
HSL203.45º47.54%35.88%-
HSV(B)203.45º64.44%52.94%-
XYZ10.2511.6924.64-
YUV89.03153.9498.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 135 (53.12% from 255) = 47.54%
R=16.90%
G=35.56%
B=47.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481011350.640.2500.47203.4547.5435.88
Hex306587401902Fcb3024
Octal60145207100310573136044
Binary110000110010110000111100000011001010111111001011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306587; }

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

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

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

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

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

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

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

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