#305680

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

Shades of St Tropaz #305680

Tints of St Tropaz #305680

Color information

#305680 (or 0x305680) is unknown color: approx St Tropaz. HEX triplet: 30, 56 and 80. RGB value is (48,86,128). Sum of RGB (Red+Green+Blue) = 48+86+128=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #305680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305680 is #CFA97F. Grayscale: #4F4F4F. Windows color (decimal): -13609344 or 8410672. OLE color: 8410672.

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

Color convert

RGB4886128-
CMYK0.620.3300.50
HSL211.5º45.45%34.51%-
HSV(B)211.5º62.5%50.2%-
XYZ8.448.8421.68-
YUV79.43155.41105.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 128 (50.39% from 255) = 48.85%
R=18.32%
G=32.82%
B=48.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48861280.620.3300.50211.545.4534.51
Hex3056803E21032d42d23
Octal6012620076410623245543
Binary110000101011010000000111110100001011001011010100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305680; }

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

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

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

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

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

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

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

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