#3867AF

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

Shades of Mariner #3867AF

Tints of Mariner #3867AF

Color information

#3867AF (or 0x3867AF) is unknown color: approx Mariner. HEX triplet: 38, 67 and AF. RGB value is (56,103,175). Sum of RGB (Red+Green+Blue) = 56+103+175=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #3867AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3867AF is #C79850. Grayscale: #606060. Windows color (decimal): -13080657 or 11495224. OLE color: 11495224.

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

Color convert

RGB56103175-
CMYK0.680.4100.31
HSL216.3º51.52%45.29%-
HSV(B)216.3º68%68.63%-
XYZ14.2213.6442.44-
YUV97.16171.9398.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.77%
GREEN value IS 103 (40.62% from 255) = 30.84%
BLUE value IS 175 (68.75% from 255) = 52.40%
R=16.77%
G=30.84%
B=52.40%

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
Decimal561031750.680.4100.31216.351.5245.29
Hex3867AF442901Fd8342d
Octal70147257104510373306455
Binary111000110011110101111100010010100101111111011000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3867AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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