#3666AE

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

Shades of Mariner #3666AE

Tints of Mariner #3666AE

Color information

#3666AE (or 0x3666AE) is unknown color: approx Mariner. HEX triplet: 36, 66 and AE. RGB value is (54,102,174). Sum of RGB (Red+Green+Blue) = 54+102+174=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #3666AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3666AE is #C99951. Grayscale: #5F5F5F. Windows color (decimal): -13211986 or 11429430. OLE color: 11429430.

HSL color Cylindrical-coordinate representation of color #3666AE: hue angle of 216º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3666AE is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB54102174-
CMYK0.690.4100.32
HSL216º52.63%44.71%-
HSV(B)216º68.97%68.24%-
XYZ13.9113.3441.89-
YUV95.86172.198.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.36%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 174 (68.36% from 255) = 52.73%
R=16.36%
G=30.91%
B=52.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal541021740.690.4100.3221652.6344.71
Hex3666AE4529020d8352d
Octal66146256105510403306555
Binary1101101100110101011101000101101001010000011011000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3666AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3666AE; }

 p { color: rgb(54,102,174); }

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

<style>
 a { background-color: #3666AE; }

 a { background-color: rgb(54,102,174); }

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

<style>
 span { border-color: #3666AE; }

 span { border-color: rgb(54,102,174); }

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