#3C557B

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

Shades of St Tropaz #3C557B

Tints of St Tropaz #3C557B

Color information

#3C557B (or 0x3C557B) is unknown color: approx St Tropaz. HEX triplet: 3C, 55 and 7B. RGB value is (60,85,123). Sum of RGB (Red+Green+Blue) = 60+85+123=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C557B is #C3AA84. Grayscale: #515151. Windows color (decimal): -12823173 or 8082748. OLE color: 8082748.

HSL color Cylindrical-coordinate representation of color #3C557B: hue angle of 216.19º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C557B is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6085123-
CMYK0.510.3100.52
HSL216.19º34.43%35.88%-
HSV(B)216.19º51.22%48.24%-
XYZ8.698.8920-
YUV81.86151.22112.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.39%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 123 (48.44% from 255) = 45.90%
R=22.39%
G=31.72%
B=45.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60851230.510.3100.52216.1934.4335.88
Hex3C557B331F034d82224
Octal7412517363370643304244
Binary1111001010101111101111001111111011010011011000100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C557B; }

 p { color: rgb(60,85,123); }

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

<style>
 a { background-color: #3C557B; }

 a { background-color: rgb(60,85,123); }

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

<style>
 span { border-color: #3C557B; }

 span { border-color: rgb(60,85,123); }

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