#35567F

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

Shades of St Tropaz #35567F

Tints of St Tropaz #35567F

Color information

#35567F (or 0x35567F) is unknown color: approx St Tropaz. HEX triplet: 35, 56 and 7F. RGB value is (53,86,127). Sum of RGB (Red+Green+Blue) = 53+86+127=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #35567F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35567F is #CAA980. Grayscale: #505050. Windows color (decimal): -13281665 or 8345141. OLE color: 8345141.

HSL color Cylindrical-coordinate representation of color #35567F: hue angle of 213.24º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35567F is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5386127-
CMYK0.580.3200.50
HSL213.24º41.11%35.29%-
HSV(B)213.24º58.27%49.8%-
XYZ8.638.9421.35-
YUV80.81154.07108.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 127 (50% from 255) = 47.74%
R=19.92%
G=32.33%
B=47.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53861270.580.3200.50213.2441.1135.29
Hex35567F3A20032d52923
Octal6512617772400623255143
Binary11010110101101111111111010100000011001011010101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35567F; }

 p { color: rgb(53,86,127); }

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

<style>
 a { background-color: #35567F; }

 a { background-color: rgb(53,86,127); }

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

<style>
 span { border-color: #35567F; }

 span { border-color: rgb(53,86,127); }

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