#3868B3

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

Shades of Mariner #3868B3

Tints of Mariner #3868B3

Color information

#3868B3 (or 0x3868B3) is unknown color: approx Mariner. HEX triplet: 38, 68 and B3. RGB value is (56,104,179). Sum of RGB (Red+Green+Blue) = 56+104+179=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #3868B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3868B3 is #C7974C. Grayscale: #616161. Windows color (decimal): -13080397 or 11757624. OLE color: 11757624.

HSL color Cylindrical-coordinate representation of color #3868B3: hue angle of 216.59º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3868B3 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB56104179-
CMYK0.690.4200.30
HSL216.59º52.34%46.08%-
HSV(B)216.59º68.72%70.2%-
XYZ14.721444.57-
YUV98.2173.697.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 179 (70.31% from 255) = 52.80%
R=16.52%
G=30.68%
B=52.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561041790.690.4200.30216.5952.3446.08
Hex3868B3452A01Ed9342e
Octal70150263105520363316456
Binary111000110100010110011100010110101001111011011001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3868B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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