#3765ae

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

Shades of Mariner #3765AE

Tints of Mariner #3765AE

Color information

#3765AE (or 0x3765AE) is unknown color: approx Mariner. HEX triplet: 37, 65 and AE. RGB value is (55,101,174). Sum of RGB (Red+Green+Blue) = 55+101+174=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #3765AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3765AE is #C89A51. Grayscale: #5F5F5F. Windows color (decimal): -13146706 or 11429175. OLE color: 11429175.

HSL color Cylindrical-coordinate representation of color #3765AE: hue angle of 216.81º 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 #3765AE is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB55101174-
CMYK0.680.4200.32
HSL216.81º51.97%44.9%-
HSV(B)216.81º68.39%68.24%-
XYZ13.8713.1841.86-
YUV95.57172.2699.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.67%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 174 (68.36% from 255) = 52.73%
R=16.67%
G=30.61%
B=52.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal551011740.680.4200.32216.8151.9744.9
Hex3765AE442A020d9342d
Octal67145256104520403316455
Binary1101111100101101011101000100101010010000011011001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3765ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3765ae; }

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

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

<style>
 a { background-color: #3765ae; }

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

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

<style>
 span { border-color: #3765ae; }

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

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