#3C66A8

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

Shades of Mariner #3C66A8

Tints of Mariner #3C66A8

Color information

#3C66A8 (or 0x3C66A8) is unknown color: approx Mariner. HEX triplet: 3C, 66 and A8. RGB value is (60,102,168). Sum of RGB (Red+Green+Blue) = 60+102+168=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 168 (66.02% from 255 or 50.91% from 330); Max value from RGB is 168 - color contains mainly: blue. Hex color #3C66A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C66A8 is #C39957. Grayscale: #606060. Windows color (decimal): -12818776 or 11036220. OLE color: 11036220.

HSL color Cylindrical-coordinate representation of color #3C66A8: hue angle of 216.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C66A8 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB60102168-
CMYK0.640.3900.34
HSL216.67º47.37%44.71%-
HSV(B)216.67º64.29%65.88%-
XYZ13.6813.2938.89-
YUV96.97168.09101.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.18%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 168 (66.02% from 255) = 50.91%
R=18.18%
G=30.91%
B=50.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal601021680.640.3900.34216.6747.3744.71
Hex3C66A84027022d92f2d
Octal74146250100470423315755
Binary1111001100110101010001000000100111010001011011001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C66A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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