#3A6397

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

Shades of Mariner #3A6397

Tints of Mariner #3A6397

Color information

#3A6397 (or 0x3A6397) is unknown color: approx Mariner. HEX triplet: 3A, 63 and 97. RGB value is (58,99,151). Sum of RGB (Red+Green+Blue) = 58+99+151=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #3A6397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6397 is #C59C68. Grayscale: #5C5C5C. Windows color (decimal): -12950633 or 9921338. OLE color: 9921338.

HSL color Cylindrical-coordinate representation of color #3A6397: hue angle of 213.55º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A6397 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5899151-
CMYK0.620.3400.41
HSL213.55º44.5%40.98%-
HSV(B)213.55º61.59%59.22%-
XYZ11.7912.0630.98-
YUV92.67160.92103.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.83%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 151 (59.38% from 255) = 49.03%
R=18.83%
G=32.14%
B=49.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58991510.620.3400.41213.5544.540.98
Hex3A63973E22029d62c29
Octal7214322776420513265451
Binary111010110001110010111111110100010010100111010110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,99,151); }

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

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

 a { background-color: rgb(58,99,151); }

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

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

 span { border-color: rgb(58,99,151); }

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