#3c66af

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

Shades of Mariner #3C66AF

Tints of Mariner #3C66AF

Color information

#3C66AF (or 0x3C66AF) is unknown color: approx Mariner. HEX triplet: 3C, 66 and AF. RGB value is (60,102,175). Sum of RGB (Red+Green+Blue) = 60+102+175=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C66AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C66AF is #C39950. Grayscale: #616161. Windows color (decimal): -12818769 or 11494972. OLE color: 11494972.

HSL color Cylindrical-coordinate representation of color #3C66AF: hue angle of 218.09º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C66AF is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB60102175-
CMYK0.660.4200.31
HSL218.09º48.94%46.08%-
HSV(B)218.09º65.71%68.63%-
XYZ14.3513.5642.42-
YUV97.76171.59101.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.80%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 175 (68.75% from 255) = 51.93%
R=17.80%
G=30.27%
B=51.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601021750.660.4200.31218.0948.9446.08
Hex3C66AF422A01Fda312e
Octal74146257102520373326156
Binary111100110011010101111100001010101001111111011010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c66af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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