#306584

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

Shades of Astral #306584

Tints of Astral #306584

Color information

#306584 (or 0x306584) is unknown color: approx Astral. HEX triplet: 30, 65 and 84. RGB value is (48,101,132). Sum of RGB (Red+Green+Blue) = 48+101+132=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #306584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306584 is #CF9A7B. Grayscale: #585858. Windows color (decimal): -13605500 or 8676656. OLE color: 8676656.

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

Color convert

RGB48101132-
CMYK0.640.2300.48
HSL202.14º46.67%35.29%-
HSV(B)202.14º63.64%51.76%-
XYZ10.0411.623.54-
YUV88.69152.4498.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=17.08%
G=35.94%
B=46.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481011320.640.2300.48202.1446.6735.29
Hex3065844017030ca2f23
Octal60145204100270603125743
Binary110000110010110000100100000010111011000011001010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306584; }

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

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

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

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

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

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

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

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