#3C689B

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

Shades of Mariner #3C689B

Tints of Mariner #3C689B

Color information

#3C689B (or 0x3C689B) is unknown color: approx Mariner. HEX triplet: 3C, 68 and 9B. RGB value is (60,104,155). Sum of RGB (Red+Green+Blue) = 60+104+155=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C689B is #C39764. Grayscale: #606060. Windows color (decimal): -12818277 or 10184764. OLE color: 10184764.

HSL color Cylindrical-coordinate representation of color #3C689B: hue angle of 212.21º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C689B is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB60104155-
CMYK0.610.3300.39
HSL212.21º44.19%42.16%-
HSV(B)212.21º61.29%60.78%-
XYZ12.7313.2332.89-
YUV96.66160.92101.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.81%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=18.81%
G=32.60%
B=48.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601041550.610.3300.39212.2144.1942.16
Hex3C689B3D21027d42c2a
Octal7415023375410473245452
Binary111100110100010011011111101100001010011111010100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,104,155); }

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

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

 a { background-color: rgb(60,104,155); }

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

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

 span { border-color: rgb(60,104,155); }

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