#33527A

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

Shades of St Tropaz #33527A

Tints of St Tropaz #33527A

Color information

#33527A (or 0x33527A) is unknown color: approx St Tropaz. HEX triplet: 33, 52 and 7A. RGB value is (51,82,122). Sum of RGB (Red+Green+Blue) = 51+82+122=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #33527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33527A is #CCAD85. Grayscale: #4D4D4D. Windows color (decimal): -13413766 or 8016435. OLE color: 8016435.

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

Color convert

RGB5182122-
CMYK0.580.3300.52
HSL213.8º41.04%33.92%-
HSV(B)213.8º58.2%47.84%-
XYZ7.98.1419.57-
YUV77.29153.23109.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 122 (48.05% from 255) = 47.84%
R=20%
G=32.16%
B=47.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51821220.580.3300.52213.841.0433.92
Hex33527A3A21034d62922
Octal6312217272410643265142
Binary11001110100101111010111010100001011010011010110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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