#3B567D

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

Shades of St Tropaz #3B567D

Tints of St Tropaz #3B567D

Color information

#3B567D (or 0x3B567D) is unknown color: approx St Tropaz. HEX triplet: 3B, 56 and 7D. RGB value is (59,86,125). Sum of RGB (Red+Green+Blue) = 59+86+125=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B567D is #C4A982. Grayscale: #525252. Windows color (decimal): -12888451 or 8214075. OLE color: 8214075.

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

Color convert

RGB5986125-
CMYK0.530.3100.51
HSL215.45º35.87%36.08%-
HSV(B)215.45º52.8%49.02%-
XYZ8.839.0720.69-
YUV82.37152.05111.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.85%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 125 (49.22% from 255) = 46.30%
R=21.85%
G=31.85%
B=46.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal59861250.530.3100.51215.4535.8736.08
Hex3B567D351F033d72424
Octal7312617565370633274444
Binary1110111010110111110111010111111011001111010111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,86,125); }

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

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

 a { background-color: rgb(59,86,125); }

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

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

 span { border-color: rgb(59,86,125); }

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