#3853AA

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

Shades of Mariner #3853AA

Tints of Mariner #3853AA

Color information

#3853AA (or 0x3853AA) is unknown color: approx Mariner. HEX triplet: 38, 53 and AA. RGB value is (56,83,170). Sum of RGB (Red+Green+Blue) = 56+83+170=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #3853AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3853AA is #C7AC55. Grayscale: #545454. Windows color (decimal): -13085782 or 11162424. OLE color: 11162424.

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

Color convert

RGB5683170-
CMYK0.670.5100.33
HSL225.79º50.44%44.31%-
HSV(B)225.79º67.06%66.67%-
XYZ11.989.9339.32-
YUV84.84176.05107.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 170 (66.80% from 255) = 55.02%
R=18.12%
G=26.86%
B=55.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56831700.670.5100.33225.7950.4444.31
Hex3853AA4333021e2322c
Octal70123252103630413426254
Binary1110001010011101010101000011110011010000111100010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3853AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,83,170); }

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

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

 a { background-color: rgb(56,83,170); }

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

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

 span { border-color: rgb(56,83,170); }

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