#3868AF

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

Shades of Mariner #3868AF

Tints of Mariner #3868AF

Color information

#3868AF (or 0x3868AF) is unknown color: approx Mariner. HEX triplet: 38, 68 and AF. RGB value is (56,104,175). Sum of RGB (Red+Green+Blue) = 56+104+175=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #3868AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3868AF is #C79750. Grayscale: #616161. Windows color (decimal): -13080401 or 11495480. OLE color: 11495480.

HSL color Cylindrical-coordinate representation of color #3868AF: hue angle of 215.8º 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 #3868AF is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56104175-
CMYK0.680.4100.31
HSL215.8º51.52%45.29%-
HSV(B)215.8º68%68.63%-
XYZ14.3213.8442.47-
YUV97.74171.698.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 175 (68.75% from 255) = 52.24%
R=16.72%
G=31.04%
B=52.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561041750.680.4100.31215.851.5245.29
Hex3868AF442901Fd8342d
Octal70150257104510373306455
Binary111000110100010101111100010010100101111111011000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3868AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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