#3E60A7

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

Shades of Mariner #3E60A7

Tints of Mariner #3E60A7

Color information

#3E60A7 (or 0x3E60A7) is unknown color: approx Mariner. HEX triplet: 3E, 60 and A7. RGB value is (62,96,167). Sum of RGB (Red+Green+Blue) = 62+96+167=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 167 (65.62% from 255 or 51.38% from 325); Max value from RGB is 167 - color contains mainly: blue. Hex color #3E60A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E60A7 is #C19F58. Grayscale: #5D5D5D. Windows color (decimal): -12689241 or 10969150. OLE color: 10969150.

HSL color Cylindrical-coordinate representation of color #3E60A7: hue angle of 220.57º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E60A7 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6296167-
CMYK0.630.4300.35
HSL220.57º45.85%44.9%-
HSV(B)220.57º62.87%65.49%-
XYZ13.1412.1838.22-
YUV93.93169.24105.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.08%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 167 (65.62% from 255) = 51.38%
R=19.08%
G=29.54%
B=51.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal62961670.630.4300.35220.5745.8544.9
Hex3E60A73F2B023dd2e2d
Octal7614024777530433355655
Binary111110110000010100111111111101011010001111011101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E60A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,96,167); }

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

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

 a { background-color: rgb(62,96,167); }

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

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

 span { border-color: rgb(62,96,167); }

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