#3C567B

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

Shades of St Tropaz #3C567B

Tints of St Tropaz #3C567B

Color information

#3C567B (or 0x3C567B) is unknown color: approx St Tropaz. HEX triplet: 3C, 56 and 7B. RGB value is (60,86,123). Sum of RGB (Red+Green+Blue) = 60+86+123=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C567B is #C3A984. Grayscale: #525252. Windows color (decimal): -12822917 or 8083004. OLE color: 8083004.

HSL color Cylindrical-coordinate representation of color #3C567B: hue angle of 215.24º 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 #3C567B is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6086123-
CMYK0.510.3000.52
HSL215.24º34.43%35.88%-
HSV(B)215.24º51.22%48.24%-
XYZ8.779.0520.02-
YUV82.44150.89111.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.30%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 123 (48.44% from 255) = 45.72%
R=22.30%
G=31.97%
B=45.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60861230.510.3000.52215.2434.4335.88
Hex3C567B331E034d72224
Octal7412617363360643274244
Binary1111001010110111101111001111110011010011010111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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