#3A66AE

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

Shades of Mariner #3A66AE

Tints of Mariner #3A66AE

Color information

#3A66AE (or 0x3A66AE) is unknown color: approx Mariner. HEX triplet: 3A, 66 and AE. RGB value is (58,102,174). Sum of RGB (Red+Green+Blue) = 58+102+174=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A66AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A66AE is #C59951. Grayscale: #606060. Windows color (decimal): -12949842 or 11429434. OLE color: 11429434.

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

Color convert

RGB58102174-
CMYK0.670.4100.32
HSL217.24º50%45.49%-
HSV(B)217.24º66.67%68.24%-
XYZ14.1413.4641.9-
YUV97.05171.42100.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.37%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=17.37%
G=30.54%
B=52.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581021740.670.4100.32217.245045.49
Hex3A66AE4329020d9322d
Octal72146256103510403316255
Binary1110101100110101011101000011101001010000011011001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A66AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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