#306780

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

Shades of Astral #306780

Tints of Astral #306780

Color information

#306780 (or 0x306780) is unknown color: approx Astral. HEX triplet: 30, 67 and 80. RGB value is (48,103,128). Sum of RGB (Red+Green+Blue) = 48+103+128=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #306780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306780 is #CF987F. Grayscale: #595959. Windows color (decimal): -13604992 or 8415024. OLE color: 8415024.

HSL color Cylindrical-coordinate representation of color #306780: hue angle of 198.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #306780 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB48103128-
CMYK0.620.2000.50
HSL198.75º45.45%34.51%-
HSV(B)198.75º62.5%50.2%-
XYZ9.9711.8922.19-
YUV89.4149.7898.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 103 (40.62% from 255) = 36.92%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=17.20%
G=36.92%
B=45.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481031280.620.2000.50198.7545.4534.51
Hex3067803E14032c72d23
Octal6014720076240623075543
Binary11000011001111000000011111010100011001011000111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306780; }

 p { color: rgb(48,103,128); }

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

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

 a { background-color: rgb(48,103,128); }

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

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

 span { border-color: rgb(48,103,128); }

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