#3C5EB1

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

Shades of Mariner #3C5EB1

Tints of Mariner #3C5EB1

Color information

#3C5EB1 (or 0x3C5EB1) is unknown color: approx Mariner. HEX triplet: 3C, 5E and B1. RGB value is (60,94,177). Sum of RGB (Red+Green+Blue) = 60+94+177=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 177 (69.53% from 255 or 53.47% from 331); Max value from RGB is 177 - color contains mainly: blue. Hex color #3C5EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5EB1 is #C3A14E. Grayscale: #5C5C5C. Windows color (decimal): -12820815 or 11623996. OLE color: 11623996.

HSL color Cylindrical-coordinate representation of color #3C5EB1: hue angle of 222.56º degrees, saturation: 0.49, 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 #3C5EB1 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6094177-
CMYK0.660.4700.31
HSL222.56º49.37%46.47%-
HSV(B)222.56º66.1%69.41%-
XYZ13.812.1443.21-
YUV93.3175.24104.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.13%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 177 (69.53% from 255) = 53.47%
R=18.13%
G=28.40%
B=53.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60941770.660.4700.31222.5649.3746.47
Hex3C5EB1422F01Fdf312e
Octal74136261102570373376156
Binary111100101111010110001100001010111101111111011111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,94,177); }

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

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

 a { background-color: rgb(60,94,177); }

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

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

 span { border-color: rgb(60,94,177); }

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