#305382

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

Shades of St Tropaz #305382

Tints of St Tropaz #305382

Color information

#305382 (or 0x305382) is unknown color: approx St Tropaz. HEX triplet: 30, 53 and 82. RGB value is (48,83,130). Sum of RGB (Red+Green+Blue) = 48+83+130=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #305382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305382 is #CFAC7D. Grayscale: #4D4D4D. Windows color (decimal): -13610110 or 8540976. OLE color: 8540976.

HSL color Cylindrical-coordinate representation of color #305382: hue angle of 214.39º 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 #305382 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4883130-
CMYK0.630.3600.49
HSL214.39º46.07%34.9%-
HSV(B)214.39º63.08%50.98%-
XYZ8.348.4322.31-
YUV77.89157.4106.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 130 (51.17% from 255) = 49.81%
R=18.39%
G=31.80%
B=49.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48831300.630.3600.49214.3946.0734.9
Hex3053823F24031d62e23
Octal6012320277440613265643
Binary110000101001110000010111111100100011000111010110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305382; }

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

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

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

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

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

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

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

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