#30507C

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

Shades of St Tropaz #30507C

Tints of St Tropaz #30507C

Color information

#30507C (or 0x30507C) is unknown color: approx St Tropaz. HEX triplet: 30, 50 and 7C. RGB value is (48,80,124). Sum of RGB (Red+Green+Blue) = 48+80+124=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #30507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30507C is #CFAF83. Grayscale: #4B4B4B. Windows color (decimal): -13610884 or 8146992. OLE color: 8146992.

HSL color Cylindrical-coordinate representation of color #30507C: hue angle of 214.74º 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 #30507C is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4880124-
CMYK0.610.3500.51
HSL214.74º44.19%33.73%-
HSV(B)214.74º61.29%48.63%-
XYZ7.737.8220.17-
YUV75.45155.4108.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 124 (48.83% from 255) = 49.21%
R=19.05%
G=31.75%
B=49.21%

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
Decimal48801240.610.3500.51214.7444.1933.73
Hex30507C3D23033d72c22
Octal6012017475430633275442
Binary11000010100001111100111101100011011001111010111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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