#35567C

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

Shades of St Tropaz #35567C

Tints of St Tropaz #35567C

Color information

#35567C (or 0x35567C) is unknown color: approx St Tropaz. HEX triplet: 35, 56 and 7C. RGB value is (53,86,124). Sum of RGB (Red+Green+Blue) = 53+86+124=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #35567C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35567C is #CAA983. Grayscale: #505050. Windows color (decimal): -13281668 or 8148533. OLE color: 8148533.

HSL color Cylindrical-coordinate representation of color #35567C: hue angle of 212.11º 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 #35567C is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5386124-
CMYK0.570.3100.51
HSL212.11º40.11%34.71%-
HSV(B)212.11º57.26%48.63%-
XYZ8.438.8720.34-
YUV80.46152.57108.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 124 (48.83% from 255) = 47.15%
R=20.15%
G=32.70%
B=47.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53861240.570.3100.51212.1140.1134.71
Hex35567C391F033d42823
Octal6512617471370633245043
Binary1101011010110111110011100111111011001111010100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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