#3B64AD

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

Shades of Mariner #3B64AD

Tints of Mariner #3B64AD

Color information

#3B64AD (or 0x3B64AD) is unknown color: approx Mariner. HEX triplet: 3B, 64 and AD. RGB value is (59,100,173). Sum of RGB (Red+Green+Blue) = 59+100+173=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B64AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B64AD is #C49B52. Grayscale: #5F5F5F. Windows color (decimal): -12884819 or 11363387. OLE color: 11363387.

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

Color convert

RGB59100173-
CMYK0.660.4200.32
HSL218.42º49.14%45.49%-
HSV(B)218.42º65.9%67.84%-
XYZ13.913.0641.32-
YUV96.06171.42101.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.77%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 173 (67.97% from 255) = 52.11%
R=17.77%
G=30.12%
B=52.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal591001730.660.4200.32218.4249.1445.49
Hex3B64AD422A020da312d
Octal73144255102520403326155
Binary1110111100100101011011000010101010010000011011010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B64AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,100,173); }

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

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

 a { background-color: rgb(59,100,173); }

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

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

 span { border-color: rgb(59,100,173); }

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