#35537B

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

Shades of St Tropaz #35537B

Tints of St Tropaz #35537B

Color information

#35537B (or 0x35537B) is unknown color: approx St Tropaz. HEX triplet: 35, 53 and 7B. RGB value is (53,83,123). Sum of RGB (Red+Green+Blue) = 53+83+123=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #35537B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35537B is #CAAC84. Grayscale: #4E4E4E. Windows color (decimal): -13282437 or 8082229. OLE color: 8082229.

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

Color convert

RGB5383123-
CMYK0.570.3300.52
HSL214.29º39.77%34.51%-
HSV(B)214.29º56.91%48.24%-
XYZ8.148.3719.93-
YUV78.59153.06109.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=20.46%
G=32.05%
B=47.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53831230.570.3300.52214.2939.7734.51
Hex35537B3921034d62823
Octal6512317371410643265043
Binary11010110100111111011111001100001011010011010110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,83,123); }

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

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

 a { background-color: rgb(53,83,123); }

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

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

 span { border-color: rgb(53,83,123); }

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