#30547D

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

Shades of St Tropaz #30547D

Tints of St Tropaz #30547D

Color information

#30547D (or 0x30547D) is unknown color: approx St Tropaz. HEX triplet: 30, 54 and 7D. RGB value is (48,84,125). Sum of RGB (Red+Green+Blue) = 48+84+125=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #30547D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30547D is #CFAB82. Grayscale: #4D4D4D. Windows color (decimal): -13609859 or 8213552. OLE color: 8213552.

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

Color convert

RGB4884125-
CMYK0.620.3300.51
HSL211.95º44.51%33.92%-
HSV(B)211.95º61.6%49.02%-
XYZ8.098.4520.61-
YUV77.91154.57106.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 125 (49.22% from 255) = 48.64%
R=18.68%
G=32.68%
B=48.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48841250.620.3300.51211.9544.5133.92
Hex30547D3E21033d42d22
Octal6012417576410633245542
Binary11000010101001111101111110100001011001111010100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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