#3C66A4

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

Shades of Mariner #3C66A4

Tints of Mariner #3C66A4

Color information

#3C66A4 (or 0x3C66A4) is unknown color: approx Mariner. HEX triplet: 3C, 66 and A4. RGB value is (60,102,164). Sum of RGB (Red+Green+Blue) = 60+102+164=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #3C66A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C66A4 is #C3995B. Grayscale: #606060. Windows color (decimal): -12818780 or 10774076. OLE color: 10774076.

HSL color Cylindrical-coordinate representation of color #3C66A4: hue angle of 215.77º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C66A4 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB60102164-
CMYK0.630.3800.36
HSL215.77º46.43%43.92%-
HSV(B)215.77º63.41%64.31%-
XYZ13.3213.1436.96-
YUV96.51166.09101.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.40%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 164 (64.45% from 255) = 50.31%
R=18.40%
G=31.29%
B=50.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601021640.630.3800.36215.7746.4343.92
Hex3C66A43F26024d82e2c
Octal7414624477460443305654
Binary111100110011010100100111111100110010010011011000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C66A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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