#3B608E

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

Shades of St Tropaz #3B608E

Tints of St Tropaz #3B608E

Color information

#3B608E (or 0x3B608E) is unknown color: approx St Tropaz. HEX triplet: 3B, 60 and 8E. RGB value is (59,96,142). Sum of RGB (Red+Green+Blue) = 59+96+142=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B608E is #C49F71. Grayscale: #595959. Windows color (decimal): -12885874 or 9330747. OLE color: 9330747.

HSL color Cylindrical-coordinate representation of color #3B608E: hue angle of 213.25º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B608E is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5996142-
CMYK0.580.3200.44
HSL213.25º41.29%39.41%-
HSV(B)213.25º58.45%55.69%-
XYZ10.8711.2527.19-
YUV90.18157.24105.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=19.87%
G=32.32%
B=47.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59961420.580.3200.44213.2541.2939.41
Hex3B608E3A2002Cd52927
Octal7314021672400543255147
Binary111011110000010001110111010100000010110011010101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,96,142); }

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

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

 a { background-color: rgb(59,96,142); }

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

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

 span { border-color: rgb(59,96,142); }

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