#35527B

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

Shades of St Tropaz #35527B

Tints of St Tropaz #35527B

Color information

#35527B (or 0x35527B) is unknown color: approx St Tropaz. HEX triplet: 35, 52 and 7B. RGB value is (53,82,123). Sum of RGB (Red+Green+Blue) = 53+82+123=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #35527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35527B is #CAAD84. Grayscale: #4D4D4D. Windows color (decimal): -13282693 or 8081973. OLE color: 8081973.

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

Color convert

RGB5382123-
CMYK0.570.3300.52
HSL215.14º39.77%34.51%-
HSV(B)215.14º56.91%48.24%-
XYZ8.068.2219.9-
YUV78153.39110.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 123 (48.44% from 255) = 47.67%
R=20.54%
G=31.78%
B=47.67%

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
Decimal53821230.570.3300.52215.1439.7734.51
Hex35527B3921034d72823
Octal6512217371410643275043
Binary11010110100101111011111001100001011010011010111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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