#30527A

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

Shades of St Tropaz #30527A

Tints of St Tropaz #30527A

Color information

#30527A (or 0x30527A) is unknown color: approx St Tropaz. HEX triplet: 30, 52 and 7A. RGB value is (48,82,122). Sum of RGB (Red+Green+Blue) = 48+82+122=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #30527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30527A is #CFAD85. Grayscale: #4C4C4C. Windows color (decimal): -13610374 or 8016432. OLE color: 8016432.

HSL color Cylindrical-coordinate representation of color #30527A: hue angle of 212.43º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30527A is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4882122-
CMYK0.610.3300.52
HSL212.43º43.53%33.33%-
HSV(B)212.43º60.66%47.84%-
XYZ7.758.0719.56-
YUV76.39153.74107.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 122 (48.05% from 255) = 48.41%
R=19.05%
G=32.54%
B=48.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48821220.610.3300.52212.4343.5333.33
Hex30527A3D21034d42c21
Octal6012217275410643245441
Binary11000010100101111010111101100001011010011010100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30527A; }

 p { color: rgb(48,82,122); }

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

<style>
 a { background-color: #30527A; }

 a { background-color: rgb(48,82,122); }

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

<style>
 span { border-color: #30527A; }

 span { border-color: rgb(48,82,122); }

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