#33537A

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

Shades of St Tropaz #33537A

Tints of St Tropaz #33537A

Color information

#33537A (or 0x33537A) is unknown color: approx St Tropaz. HEX triplet: 33, 53 and 7A. RGB value is (51,83,122). Sum of RGB (Red+Green+Blue) = 51+83+122=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #33537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33537A is #CCAC85. Grayscale: #4D4D4D. Windows color (decimal): -13413510 or 8016691. OLE color: 8016691.

HSL color Cylindrical-coordinate representation of color #33537A: hue angle of 212.96º 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 #33537A is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5183122-
CMYK0.580.3200.52
HSL212.96º41.04%33.92%-
HSV(B)212.96º58.2%47.84%-
XYZ7.978.319.59-
YUV77.88152.9108.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 122 (48.05% from 255) = 47.66%
R=19.92%
G=32.42%
B=47.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51831220.580.3200.52212.9641.0433.92
Hex33537A3A20034d52922
Octal6312317272400643255142
Binary11001110100111111010111010100000011010011010101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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