#3B567A

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

Shades of St Tropaz #3B567A

Tints of St Tropaz #3B567A

Color information

#3B567A (or 0x3B567A) is unknown color: approx St Tropaz. HEX triplet: 3B, 56 and 7A. RGB value is (59,86,122). Sum of RGB (Red+Green+Blue) = 59+86+122=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B567A is #C4A985. Grayscale: #515151. Windows color (decimal): -12888454 or 8017467. OLE color: 8017467.

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

Color convert

RGB5986122-
CMYK0.520.3000.52
HSL214.29º34.81%35.49%-
HSV(B)214.29º51.64%47.84%-
XYZ8.648.9919.69-
YUV82.03150.55111.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.10%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=22.10%
G=32.21%
B=45.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59861220.520.3000.52214.2934.8135.49
Hex3B567A341E034d62323
Octal7312617264360643264343
Binary1110111010110111101011010011110011010011010110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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