#3C669C

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

Shades of Mariner #3C669C

Tints of Mariner #3C669C

Color information

#3C669C (or 0x3C669C) is unknown color: approx Mariner. HEX triplet: 3C, 66 and 9C. RGB value is (60,102,156). Sum of RGB (Red+Green+Blue) = 60+102+156=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C669C is #C39963. Grayscale: #5F5F5F. Windows color (decimal): -12818788 or 10249788. OLE color: 10249788.

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

Color convert

RGB60102156-
CMYK0.620.3500.39
HSL213.75º44.44%42.35%-
HSV(B)213.75º61.54%61.18%-
XYZ12.6212.8633.27-
YUV95.6162.09102.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.87%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=18.87%
G=32.08%
B=49.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601021560.620.3500.39213.7544.4442.35
Hex3C669C3E23027d62c2a
Octal7414623476430473265452
Binary111100110011010011100111110100011010011111010110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,102,156); }

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

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

 a { background-color: rgb(60,102,156); }

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

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

 span { border-color: rgb(60,102,156); }

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