#33517A

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

Shades of St Tropaz #33517A

Tints of St Tropaz #33517A

Color information

#33517A (or 0x33517A) is unknown color: approx St Tropaz. HEX triplet: 33, 51 and 7A. RGB value is (51,81,122). Sum of RGB (Red+Green+Blue) = 51+81+122=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #33517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33517A is #CCAE85. Grayscale: #4C4C4C. Windows color (decimal): -13414022 or 8016179. OLE color: 8016179.

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

Color convert

RGB5181122-
CMYK0.580.3400.52
HSL214.65º41.04%33.92%-
HSV(B)214.65º58.2%47.84%-
XYZ7.827.9919.54-
YUV76.7153.56109.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.08%
GREEN value IS 81 (32.03% from 255) = 31.89%
BLUE value IS 122 (48.05% from 255) = 48.03%
R=20.08%
G=31.89%
B=48.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51811220.580.3400.52214.6541.0433.92
Hex33517A3A22034d72922
Octal6312117272420643275142
Binary11001110100011111010111010100010011010011010111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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