#3855A9

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

Shades of Mariner #3855A9

Tints of Mariner #3855A9

Color information

#3855A9 (or 0x3855A9) is unknown color: approx Mariner. HEX triplet: 38, 55 and A9. RGB value is (56,85,169). Sum of RGB (Red+Green+Blue) = 56+85+169=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 169 (66.41% from 255 or 54.52% from 310); Max value from RGB is 169 - color contains mainly: blue. Hex color #3855A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3855A9 is #C7AA56. Grayscale: #555555. Windows color (decimal): -13085271 or 11097400. OLE color: 11097400.

HSL color Cylindrical-coordinate representation of color #3855A9: hue angle of 224.6º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3855A9 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5685169-
CMYK0.670.5000.34
HSL224.6º50.22%44.12%-
HSV(B)224.6º66.86%66.27%-
XYZ12.0410.238.87-
YUV85.9174.89106.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.06%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 169 (66.41% from 255) = 54.52%
R=18.06%
G=27.42%
B=54.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal56851690.670.5000.34224.650.2244.12
Hex3855A94332022e1322c
Octal70125251103620423416254
Binary1110001010101101010011000011110010010001011100001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3855A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3855A9; }

 p { color: rgb(56,85,169); }

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

<style>
 a { background-color: #3855A9; }

 a { background-color: rgb(56,85,169); }

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

<style>
 span { border-color: #3855A9; }

 span { border-color: rgb(56,85,169); }

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