#30537E

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

Shades of St Tropaz #30537E

Tints of St Tropaz #30537E

Color information

#30537E (or 0x30537E) is unknown color: approx St Tropaz. HEX triplet: 30, 53 and 7E. RGB value is (48,83,126). Sum of RGB (Red+Green+Blue) = 48+83+126=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #30537E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30537E is #CFAC81. Grayscale: #4D4D4D. Windows color (decimal): -13610114 or 8278832. OLE color: 8278832.

HSL color Cylindrical-coordinate representation of color #30537E: hue angle of 213.08º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30537E is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4883126-
CMYK0.620.3400.51
HSL213.08º44.83%34.12%-
HSV(B)213.08º61.9%49.41%-
XYZ8.088.3220.92-
YUV77.44155.4107-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 126 (49.61% from 255) = 49.03%
R=18.68%
G=32.30%
B=49.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48831260.620.3400.51213.0844.8334.12
Hex30537E3E22033d52d22
Octal6012317676420633255542
Binary11000010100111111110111110100010011001111010101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30537E; }

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

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

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

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

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

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

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

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