#35517C

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

Shades of St Tropaz #35517C

Tints of St Tropaz #35517C

Color information

#35517C (or 0x35517C) is unknown color: approx St Tropaz. HEX triplet: 35, 51 and 7C. RGB value is (53,81,124). Sum of RGB (Red+Green+Blue) = 53+81+124=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #35517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35517C is #CAAE83. Grayscale: #4D4D4D. Windows color (decimal): -13282948 or 8147253. OLE color: 8147253.

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

Color convert

RGB5381124-
CMYK0.570.3500.51
HSL216.34º40.11%34.71%-
HSV(B)216.34º57.26%48.63%-
XYZ8.058.120.21-
YUV77.53154.22110.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 124 (48.83% from 255) = 48.06%
R=20.54%
G=31.40%
B=48.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53811240.570.3500.51216.3440.1134.71
Hex35517C3923033d82823
Octal6512117471430633305043
Binary11010110100011111100111001100011011001111011000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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