#3861AF

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

Shades of Mariner #3861AF

Tints of Mariner #3861AF

Color information

#3861AF (or 0x3861AF) is unknown color: approx Mariner. HEX triplet: 38, 61 and AF. RGB value is (56,97,175). Sum of RGB (Red+Green+Blue) = 56+97+175=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #3861AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3861AF is #C79E50. Grayscale: #5D5D5D. Windows color (decimal): -13082193 or 11493688. OLE color: 11493688.

HSL color Cylindrical-coordinate representation of color #3861AF: hue angle of 219.33º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3861AF is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5697175-
CMYK0.680.4500.31
HSL219.33º51.52%45.29%-
HSV(B)219.33º68%68.63%-
XYZ13.6412.4942.25-
YUV93.63173.92101.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.07%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 175 (68.75% from 255) = 53.35%
R=17.07%
G=29.57%
B=53.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56971750.680.4500.31219.3351.5245.29
Hex3861AF442D01Fdb342d
Octal70141257104550373336455
Binary111000110000110101111100010010110101111111011011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3861AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3861AF; }

 p { color: rgb(56,97,175); }

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

<style>
 a { background-color: #3861AF; }

 a { background-color: rgb(56,97,175); }

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

<style>
 span { border-color: #3861AF; }

 span { border-color: rgb(56,97,175); }

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