#3662A4

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

Shades of Mariner #3662A4

Tints of Mariner #3662A4

Color information

#3662A4 (or 0x3662A4) is unknown color: approx Mariner. HEX triplet: 36, 62 and A4. RGB value is (54,98,164). Sum of RGB (Red+Green+Blue) = 54+98+164=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 164 (64.45% from 255 or 51.90% from 316); Max value from RGB is 164 - color contains mainly: blue. Hex color #3662A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3662A4 is #C99D5B. Grayscale: #5C5C5C. Windows color (decimal): -13213020 or 10773046. OLE color: 10773046.

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

Color convert

RGB5498164-
CMYK0.670.4000.36
HSL216º50.46%42.75%-
HSV(B)216º67.07%64.31%-
XYZ12.5912.236.81-
YUV92.37168.42100.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.09%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 164 (64.45% from 255) = 51.90%
R=17.09%
G=31.01%
B=51.90%

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
Decimal54981640.670.4000.3621650.4642.75
Hex3662A44328024d8322b
Octal66142244103500443306253
Binary1101101100010101001001000011101000010010011011000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3662A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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