#3662A2

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

Shades of Mariner #3662A2

Tints of Mariner #3662A2

Color information

#3662A2 (or 0x3662A2) is unknown color: approx Mariner. HEX triplet: 36, 62 and A2. RGB value is (54,98,162). Sum of RGB (Red+Green+Blue) = 54+98+162=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 162 (63.67% from 255 or 51.59% from 314); Max value from RGB is 162 - color contains mainly: blue. Hex color #3662A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3662A2 is #C99D5D. Grayscale: #5B5B5B. Windows color (decimal): -13213022 or 10641974. OLE color: 10641974.

HSL color Cylindrical-coordinate representation of color #3662A2: hue angle of 215.56º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3662A2 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5498162-
CMYK0.670.4000.36
HSL215.56º50%42.35%-
HSV(B)215.56º66.67%63.53%-
XYZ12.4112.1335.87-
YUV92.14167.42100.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 162 (63.67% from 255) = 51.59%
R=17.20%
G=31.21%
B=51.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal54981620.670.4000.36215.565042.35
Hex3662A24328024d8322a
Octal66142242103500443306252
Binary1101101100010101000101000011101000010010011011000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3662A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3662A2; }

 p { color: rgb(54,98,162); }

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

<style>
 a { background-color: #3662A2; }

 a { background-color: rgb(54,98,162); }

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

<style>
 span { border-color: #3662A2; }

 span { border-color: rgb(54,98,162); }

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