#3764AE

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

Shades of Mariner #3764AE

Tints of Mariner #3764AE

Color information

#3764AE (or 0x3764AE) is unknown color: approx Mariner. HEX triplet: 37, 64 and AE. RGB value is (55,100,174). Sum of RGB (Red+Green+Blue) = 55+100+174=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #3764AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3764AE is #C89B51. Grayscale: #5E5E5E. Windows color (decimal): -13146962 or 11428919. OLE color: 11428919.

HSL color Cylindrical-coordinate representation of color #3764AE: hue angle of 217.31º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3764AE is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB55100174-
CMYK0.680.4300.32
HSL217.31º51.97%44.9%-
HSV(B)217.31º68.39%68.24%-
XYZ13.7712.9841.82-
YUV94.98172.5999.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.72%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=16.72%
G=30.40%
B=52.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal551001740.680.4300.32217.3151.9744.9
Hex3764AE442B020d9342d
Octal67144256104530403316455
Binary1101111100100101011101000100101011010000011011001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3764AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3764AE; }

 p { color: rgb(55,100,174); }

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

<style>
 a { background-color: #3764AE; }

 a { background-color: rgb(55,100,174); }

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

<style>
 span { border-color: #3764AE; }

 span { border-color: rgb(55,100,174); }

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