#3B699E

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

Shades of Mariner #3B699E

Tints of Mariner #3B699E

Color information

#3B699E (or 0x3B699E) is unknown color: approx Mariner. HEX triplet: 3B, 69 and 9E. RGB value is (59,105,158). Sum of RGB (Red+Green+Blue) = 59+105+158=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B699E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B699E is #C49661. Grayscale: #616161. Windows color (decimal): -12883554 or 10381627. OLE color: 10381627.

HSL color Cylindrical-coordinate representation of color #3B699E: hue angle of 212.12º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B699E is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB59105158-
CMYK0.630.3400.38
HSL212.12º45.62%42.55%-
HSV(B)212.12º62.66%61.96%-
XYZ13.0313.534.27-
YUV97.29162.26100.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.32%
GREEN value IS 105 (41.41% from 255) = 32.61%
BLUE value IS 158 (62.11% from 255) = 49.07%
R=18.32%
G=32.61%
B=49.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591051580.630.3400.38212.1245.6242.55
Hex3B699E3F22026d42e2b
Octal7315123677420463245653
Binary111011110100110011110111111100010010011011010100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B699E; }

 p { color: rgb(59,105,158); }

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

<style>
 a { background-color: #3B699E; }

 a { background-color: rgb(59,105,158); }

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

<style>
 span { border-color: #3B699E; }

 span { border-color: rgb(59,105,158); }

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