#3B5885

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

Shades of St Tropaz #3B5885

Tints of St Tropaz #3B5885

Color information

#3B5885 (or 0x3B5885) is unknown color: approx St Tropaz. HEX triplet: 3B, 58 and 85. RGB value is (59,88,133). Sum of RGB (Red+Green+Blue) = 59+88+133=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B5885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5885 is #C4A77A. Grayscale: #545454. Windows color (decimal): -12887931 or 8738875. OLE color: 8738875.

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

Color convert

RGB5988133-
CMYK0.560.3400.48
HSL216.49º38.54%37.65%-
HSV(B)216.49º55.64%52.16%-
XYZ9.539.623.54-
YUV84.46155.39109.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.07%
GREEN value IS 88 (34.77% from 255) = 31.43%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=21.07%
G=31.43%
B=47.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59881330.560.3400.48216.4938.5437.65
Hex3B58853822030d82726
Octal7313020570420603304746
Binary111011101100010000101111000100010011000011011000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,88,133); }

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

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

 a { background-color: rgb(59,88,133); }

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

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

 span { border-color: rgb(59,88,133); }

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