#3B669D

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

Shades of Mariner #3B669D

Tints of Mariner #3B669D

Color information

#3B669D (or 0x3B669D) is unknown color: approx Mariner. HEX triplet: 3B, 66 and 9D. RGB value is (59,102,157). Sum of RGB (Red+Green+Blue) = 59+102+157=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B669D is #C49962. Grayscale: #5F5F5F. Windows color (decimal): -12884323 or 10315323. OLE color: 10315323.

HSL color Cylindrical-coordinate representation of color #3B669D: hue angle of 213.67º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B669D is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB59102157-
CMYK0.620.3500.38
HSL213.67º45.37%42.35%-
HSV(B)213.67º62.42%61.57%-
XYZ12.6412.8733.72-
YUV95.41162.75102.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.55%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 157 (61.72% from 255) = 49.37%
R=18.55%
G=32.08%
B=49.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591021570.620.3500.38213.6745.3742.35
Hex3B669D3E23026d62d2a
Octal7314623576430463265552
Binary111011110011010011101111110100011010011011010110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,102,157); }

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

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

 a { background-color: rgb(59,102,157); }

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

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

 span { border-color: rgb(59,102,157); }

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