#3B5CAC

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

Shades of Mariner #3B5CAC

Tints of Mariner #3B5CAC

Color information

#3B5CAC (or 0x3B5CAC) is unknown color: approx Mariner. HEX triplet: 3B, 5C and AC. RGB value is (59,92,172). Sum of RGB (Red+Green+Blue) = 59+92+172=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B5CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5CAC is #C4A353. Grayscale: #5A5A5A. Windows color (decimal): -12886868 or 11295803. OLE color: 11295803.

HSL color Cylindrical-coordinate representation of color #3B5CAC: hue angle of 222.48º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B5CAC is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5992172-
CMYK0.660.4700.33
HSL222.48º48.92%45.29%-
HSV(B)222.48º65.7%67.45%-
XYZ13.0811.5640.57-
YUV91.25173.57105-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.27%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 172 (67.58% from 255) = 53.25%
R=18.27%
G=28.48%
B=53.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59921720.660.4700.33222.4848.9245.29
Hex3B5CAC422F021de312d
Octal73134254102570413366155
Binary1110111011100101011001000010101111010000111011110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,92,172); }

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

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

 a { background-color: rgb(59,92,172); }

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

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

 span { border-color: rgb(59,92,172); }

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