#30517C

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

Shades of St Tropaz #30517C

Tints of St Tropaz #30517C

Color information

#30517C (or 0x30517C) is unknown color: approx St Tropaz. HEX triplet: 30, 51 and 7C. RGB value is (48,81,124). Sum of RGB (Red+Green+Blue) = 48+81+124=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #30517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30517C is #CFAE83. Grayscale: #4B4B4B. Windows color (decimal): -13610628 or 8147248. OLE color: 8147248.

HSL color Cylindrical-coordinate representation of color #30517C: hue angle of 213.95º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30517C is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4881124-
CMYK0.610.3500.51
HSL213.95º44.19%33.73%-
HSV(B)213.95º61.29%48.63%-
XYZ7.87.9720.2-
YUV76.04155.07108-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=18.97%
G=32.02%
B=49.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48811240.610.3500.51213.9544.1933.73
Hex30517C3D23033d62c22
Octal6012117475430633265442
Binary11000010100011111100111101100011011001111010110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30517C; }

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

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

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

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

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

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

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

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