#33517C

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

Shades of St Tropaz #33517C

Tints of St Tropaz #33517C

Color information

#33517C (or 0x33517C) is unknown color: approx St Tropaz. HEX triplet: 33, 51 and 7C. RGB value is (51,81,124). Sum of RGB (Red+Green+Blue) = 51+81+124=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #33517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33517C is #CCAE83. Grayscale: #4C4C4C. Windows color (decimal): -13414020 or 8147251. OLE color: 8147251.

HSL color Cylindrical-coordinate representation of color #33517C: hue angle of 215.34º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33517C is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5181124-
CMYK0.590.3500.51
HSL215.34º41.71%34.31%-
HSV(B)215.34º58.87%48.63%-
XYZ7.958.0420.2-
YUV76.93154.56109.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 124 (48.83% from 255) = 48.44%
R=19.92%
G=31.64%
B=48.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51811240.590.3500.51215.3441.7134.31
Hex33517C3B23033d72a22
Octal6312117473430633275242
Binary11001110100011111100111011100011011001111010111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,81,124); }

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

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

 a { background-color: rgb(51,81,124); }

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

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

 span { border-color: rgb(51,81,124); }

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