#3461AB

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

Shades of Mariner #3461AB

Tints of Mariner #3461AB

Color information

#3461AB (or 0x3461AB) is unknown color: approx Mariner. HEX triplet: 34, 61 and AB. RGB value is (52,97,171). Sum of RGB (Red+Green+Blue) = 52+97+171=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #3461AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3461AB is #CB9E54. Grayscale: #5B5B5B. Windows color (decimal): -13344341 or 11231540. OLE color: 11231540.

HSL color Cylindrical-coordinate representation of color #3461AB: hue angle of 217.31º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3461AB is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5297171-
CMYK0.700.4300.33
HSL217.31º53.36%43.73%-
HSV(B)217.31º69.59%67.06%-
XYZ13.0412.2240.2-
YUV91.98172.5999.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.25%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 171 (67.19% from 255) = 53.44%
R=16.25%
G=30.31%
B=53.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52971710.700.4300.33217.3153.3643.73
Hex3461AB462B021d9352c
Octal64141253106530413316554
Binary1101001100001101010111000110101011010000111011001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3461AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3461AB; }

 p { color: rgb(52,97,171); }

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

<style>
 a { background-color: #3461AB; }

 a { background-color: rgb(52,97,171); }

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

<style>
 span { border-color: #3461AB; }

 span { border-color: rgb(52,97,171); }

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