#3D60AB

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

Shades of Mariner #3D60AB

Tints of Mariner #3D60AB

Color information

#3D60AB (or 0x3D60AB) is unknown color: approx Mariner. HEX triplet: 3D, 60 and AB. RGB value is (61,96,171). Sum of RGB (Red+Green+Blue) = 61+96+171=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D60AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D60AB is #C29F54. Grayscale: #5D5D5D. Windows color (decimal): -12754773 or 11231293. OLE color: 11231293.

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

Color convert

RGB6196171-
CMYK0.640.4400.33
HSL220.91º47.41%45.49%-
HSV(B)220.91º64.33%67.06%-
XYZ13.4612.340.19-
YUV94.08171.4104.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=18.60%
G=29.27%
B=52.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61961710.640.4400.33220.9147.4145.49
Hex3D60AB402C021dd2f2d
Octal75140253100540413355755
Binary1111011100000101010111000000101100010000111011101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D60AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,96,171); }

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

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

 a { background-color: rgb(61,96,171); }

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

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

 span { border-color: rgb(61,96,171); }

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