#3B64A7

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

Shades of Mariner #3B64A7

Tints of Mariner #3B64A7

Color information

#3B64A7 (or 0x3B64A7) is unknown color: approx Mariner. HEX triplet: 3B, 64 and A7. RGB value is (59,100,167). Sum of RGB (Red+Green+Blue) = 59+100+167=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 167 (65.62% from 255 or 51.23% from 326); Max value from RGB is 167 - color contains mainly: blue. Hex color #3B64A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B64A7 is #C49B58. Grayscale: #5F5F5F. Windows color (decimal): -12884825 or 10970171. OLE color: 10970171.

HSL color Cylindrical-coordinate representation of color #3B64A7: hue angle of 217.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B64A7 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB59100167-
CMYK0.650.4000.35
HSL217.22º47.79%44.31%-
HSV(B)217.22º64.67%65.49%-
XYZ13.3412.8338.33-
YUV95.38168.42102.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.10%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 167 (65.62% from 255) = 51.23%
R=18.10%
G=30.67%
B=51.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal591001670.650.4000.35217.2247.7944.31
Hex3B64A74128023d9302c
Octal73144247101500433316054
Binary1110111100100101001111000001101000010001111011001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B64A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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