#30537D

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

Shades of St Tropaz #30537D

Tints of St Tropaz #30537D

Color information

#30537D (or 0x30537D) is unknown color: approx St Tropaz. HEX triplet: 30, 53 and 7D. RGB value is (48,83,125). Sum of RGB (Red+Green+Blue) = 48+83+125=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #30537D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30537D is #CFAC82. Grayscale: #4D4D4D. Windows color (decimal): -13610115 or 8213296. OLE color: 8213296.

HSL color Cylindrical-coordinate representation of color #30537D: hue angle of 212.73º 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 #30537D is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4883125-
CMYK0.620.3400.51
HSL212.73º44.51%33.92%-
HSV(B)212.73º61.6%49.02%-
XYZ8.018.320.58-
YUV77.32154.9107.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 125 (49.22% from 255) = 48.83%
R=18.75%
G=32.42%
B=48.83%

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
Decimal48831250.620.3400.51212.7344.5133.92
Hex30537D3E22033d52d22
Octal6012317576420633255542
Binary11000010100111111101111110100010011001111010101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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