#3755AA

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

Shades of Mariner #3755AA

Tints of Mariner #3755AA

Color information

#3755AA (or 0x3755AA) is unknown color: approx Mariner. HEX triplet: 37, 55 and AA. RGB value is (55,85,170). Sum of RGB (Red+Green+Blue) = 55+85+170=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #3755AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3755AA is #C8AA55. Grayscale: #555555. Windows color (decimal): -13150806 or 11162935. OLE color: 11162935.

HSL color Cylindrical-coordinate representation of color #3755AA: hue angle of 224.35º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3755AA is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5585170-
CMYK0.680.5000.33
HSL224.35º51.11%44.12%-
HSV(B)224.35º67.65%66.67%-
XYZ12.0810.2139.36-
YUV85.72175.56106.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.74%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 170 (66.80% from 255) = 54.84%
R=17.74%
G=27.42%
B=54.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55851700.680.5000.33224.3551.1144.12
Hex3755AA4432021e0332c
Octal67125252104620413406354
Binary1101111010101101010101000100110010010000111100000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3755AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3755AA; }

 p { color: rgb(55,85,170); }

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

<style>
 a { background-color: #3755AA; }

 a { background-color: rgb(55,85,170); }

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

<style>
 span { border-color: #3755AA; }

 span { border-color: rgb(55,85,170); }

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