#3C66AB

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

Shades of Mariner #3C66AB

Tints of Mariner #3C66AB

Color information

#3C66AB (or 0x3C66AB) is unknown color: approx Mariner. HEX triplet: 3C, 66 and AB. RGB value is (60,102,171). Sum of RGB (Red+Green+Blue) = 60+102+171=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C66AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C66AB is #C39954. Grayscale: #606060. Windows color (decimal): -12818773 or 11232828. OLE color: 11232828.

HSL color Cylindrical-coordinate representation of color #3C66AB: hue angle of 217.3º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C66AB is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB60102171-
CMYK0.650.4000.33
HSL217.3º48.05%45.29%-
HSV(B)217.3º64.91%67.06%-
XYZ13.9713.440.38-
YUV97.31169.59101.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.02%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=18.02%
G=30.63%
B=51.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601021710.650.4000.33217.348.0545.29
Hex3C66AB4128021d9302d
Octal74146253101500413316055
Binary1111001100110101010111000001101000010000111011001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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