#33517B

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

Shades of St Tropaz #33517B

Tints of St Tropaz #33517B

Color information

#33517B (or 0x33517B) is unknown color: approx St Tropaz. HEX triplet: 33, 51 and 7B. RGB value is (51,81,123). Sum of RGB (Red+Green+Blue) = 51+81+123=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #33517B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33517B is #CCAE84. Grayscale: #4C4C4C. Windows color (decimal): -13414021 or 8081715. OLE color: 8081715.

HSL color Cylindrical-coordinate representation of color #33517B: hue angle of 215º 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 #33517B is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5181123-
CMYK0.590.3400.52
HSL215º41.38%34.12%-
HSV(B)215º58.54%48.24%-
XYZ7.888.0219.87-
YUV76.82154.06109.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=20%
G=31.76%
B=48.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51811230.590.3400.5221541.3834.12
Hex33517B3B22034d72922
Octal6312117373420643275142
Binary11001110100011111011111011100010011010011010111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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