#3B69AB

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

Shades of Mariner #3B69AB

Tints of Mariner #3B69AB

Color information

#3B69AB (or 0x3B69AB) is unknown color: approx Mariner. HEX triplet: 3B, 69 and AB. RGB value is (59,105,171). Sum of RGB (Red+Green+Blue) = 59+105+171=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B69AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B69AB is #C49654. Grayscale: #626262. Windows color (decimal): -12883541 or 11233595. OLE color: 11233595.

HSL color Cylindrical-coordinate representation of color #3B69AB: hue angle of 215.36º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B69AB is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB59105171-
CMYK0.650.3900.33
HSL215.36º48.7%45.1%-
HSV(B)215.36º65.5%67.06%-
XYZ14.2113.9740.48-
YUV98.77168.7699.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.61%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=17.61%
G=31.34%
B=51.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591051710.650.3900.33215.3648.745.1
Hex3B69AB4127021d7312d
Octal73151253101470413276155
Binary1110111101001101010111000001100111010000111010111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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