#3A66AF

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

Shades of Mariner #3A66AF

Tints of Mariner #3A66AF

Color information

#3A66AF (or 0x3A66AF) is unknown color: approx Mariner. HEX triplet: 3A, 66 and AF. RGB value is (58,102,175). Sum of RGB (Red+Green+Blue) = 58+102+175=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A66AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A66AF is #C59950. Grayscale: #606060. Windows color (decimal): -12949841 or 11494970. OLE color: 11494970.

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

Color convert

RGB58102175-
CMYK0.670.4200.31
HSL217.44º50.21%45.69%-
HSV(B)217.44º66.86%68.63%-
XYZ14.2313.542.41-
YUV97.17171.92100.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.31%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 175 (68.75% from 255) = 52.24%
R=17.31%
G=30.45%
B=52.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal581021750.670.4200.31217.4450.2145.69
Hex3A66AF432A01Fd9322e
Octal72146257103520373316256
Binary111010110011010101111100001110101001111111011001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A66AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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