#3855A7

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

Shades of Mariner #3855A7

Tints of Mariner #3855A7

Color information

#3855A7 (or 0x3855A7) is unknown color: approx Mariner. HEX triplet: 38, 55 and A7. RGB value is (56,85,167). Sum of RGB (Red+Green+Blue) = 56+85+167=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 167 (65.62% from 255 or 54.22% from 308); Max value from RGB is 167 - color contains mainly: blue. Hex color #3855A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3855A7 is #C7AA58. Grayscale: #555555. Windows color (decimal): -13085273 or 10966328. OLE color: 10966328.

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

Color convert

RGB5685167-
CMYK0.660.4900.35
HSL224.32º49.78%43.73%-
HSV(B)224.32º66.47%65.49%-
XYZ11.8510.1337.89-
YUV85.68173.89106.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 167 (65.62% from 255) = 54.22%
R=18.18%
G=27.60%
B=54.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56851670.660.4900.35224.3249.7843.73
Hex3855A74231023e0322c
Octal70125247102610433406254
Binary1110001010101101001111000010110001010001111100000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3855A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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