#3B5CB0

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

Shades of Mariner #3B5CB0

Tints of Mariner #3B5CB0

Color information

#3B5CB0 (or 0x3B5CB0) is unknown color: approx Mariner. HEX triplet: 3B, 5C and B0. RGB value is (59,92,176). Sum of RGB (Red+Green+Blue) = 59+92+176=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 176 (69.14% from 255 or 53.82% from 327); Max value from RGB is 176 - color contains mainly: blue. Hex color #3B5CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5CB0 is #C4A34F. Grayscale: #5B5B5B. Windows color (decimal): -12886864 or 11557947. OLE color: 11557947.

HSL color Cylindrical-coordinate representation of color #3B5CB0: hue angle of 223.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B5CB0 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5992176-
CMYK0.660.4800.31
HSL223.08º49.79%46.08%-
HSV(B)223.08º66.48%69.02%-
XYZ13.4711.7242.63-
YUV91.71175.57104.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.04%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 176 (69.14% from 255) = 53.82%
R=18.04%
G=28.13%
B=53.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59921760.660.4800.31223.0849.7946.08
Hex3B5CB0423001Fdf322e
Octal73134260102600373376256
Binary111011101110010110000100001011000001111111011111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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