#306589

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

Shades of Astral #306589

Tints of Astral #306589

Color information

#306589 (or 0x306589) is unknown color: approx Astral. HEX triplet: 30, 65 and 89. RGB value is (48,101,137). Sum of RGB (Red+Green+Blue) = 48+101+137=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #306589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306589 is #CF9A76. Grayscale: #595959. Windows color (decimal): -13605495 or 9004336. OLE color: 9004336.

HSL color Cylindrical-coordinate representation of color #306589: hue angle of 204.27º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #306589 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB48101137-
CMYK0.650.2600.46
HSL204.27º48.11%36.27%-
HSV(B)204.27º64.96%53.73%-
XYZ10.3911.7425.39-
YUV89.26154.9498.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 137 (53.91% from 255) = 47.90%
R=16.78%
G=35.31%
B=47.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481011370.650.2600.46204.2748.1136.27
Hex306589411A02Ecc3024
Octal60145211101320563146044
Binary110000110010110001001100000111010010111011001100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306589; }

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

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

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

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

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

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

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

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