#305182

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

Shades of St Tropaz #305182

Tints of St Tropaz #305182

Color information

#305182 (or 0x305182) is unknown color: approx St Tropaz. HEX triplet: 30, 51 and 82. RGB value is (48,81,130). Sum of RGB (Red+Green+Blue) = 48+81+130=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #305182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305182 is #CFAE7D. Grayscale: #4C4C4C. Windows color (decimal): -13610622 or 8540464. OLE color: 8540464.

HSL color Cylindrical-coordinate representation of color #305182: hue angle of 215.85º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #305182 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4881130-
CMYK0.630.3800.49
HSL215.85º46.07%34.9%-
HSV(B)215.85º63.08%50.98%-
XYZ8.198.1222.26-
YUV76.72158.07107.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 130 (51.17% from 255) = 50.19%
R=18.53%
G=31.27%
B=50.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48811300.630.3800.49215.8546.0734.9
Hex3051823F26031d82e23
Octal6012120277460613305643
Binary110000101000110000010111111100110011000111011000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305182; }

 p { color: rgb(48,81,130); }

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

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

 a { background-color: rgb(48,81,130); }

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

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

 span { border-color: rgb(48,81,130); }

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