#33527B

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

Shades of St Tropaz #33527B

Tints of St Tropaz #33527B

Color information

#33527B (or 0x33527B) is unknown color: approx St Tropaz. HEX triplet: 33, 52 and 7B. RGB value is (51,82,123). Sum of RGB (Red+Green+Blue) = 51+82+123=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #33527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33527B is #CCAD84. Grayscale: #4D4D4D. Windows color (decimal): -13413765 or 8081971. OLE color: 8081971.

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

Color convert

RGB5182123-
CMYK0.590.3300.52
HSL214.17º41.38%34.12%-
HSV(B)214.17º58.54%48.24%-
XYZ7.968.1719.9-
YUV77.4153.73109.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=19.92%
G=32.03%
B=48.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51821230.590.3300.52214.1741.3834.12
Hex33527B3B21034d62922
Octal6312217373410643265142
Binary11001110100101111011111011100001011010011010110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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