#306680

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

Shades of Astral #306680

Tints of Astral #306680

Color information

#306680 (or 0x306680) is unknown color: approx Astral. HEX triplet: 30, 66 and 80. RGB value is (48,102,128). Sum of RGB (Red+Green+Blue) = 48+102+128=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #306680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306680 is #CF997F. Grayscale: #585858. Windows color (decimal): -13605248 or 8414768. OLE color: 8414768.

HSL color Cylindrical-coordinate representation of color #306680: hue angle of 199.5º 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 #306680 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB48102128-
CMYK0.620.2000.50
HSL199.5º45.45%34.51%-
HSV(B)199.5º62.5%50.2%-
XYZ9.8711.6922.16-
YUV88.82150.1198.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.27%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 128 (50.39% from 255) = 46.04%
R=17.27%
G=36.69%
B=46.04%

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
Decimal481021280.620.2000.50199.545.4534.51
Hex3066803E14032c82d23
Octal6014620076240623105543
Binary11000011001101000000011111010100011001011001000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306680; }

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

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

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

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

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

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

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

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