#3A6398

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

Shades of Mariner #3A6398

Tints of Mariner #3A6398

Color information

#3A6398 (or 0x3A6398) is unknown color: approx Mariner. HEX triplet: 3A, 63 and 98. RGB value is (58,99,152). Sum of RGB (Red+Green+Blue) = 58+99+152=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A6398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6398 is #C59C67. Grayscale: #5C5C5C. Windows color (decimal): -12950632 or 9986874. OLE color: 9986874.

HSL color Cylindrical-coordinate representation of color #3A6398: hue angle of 213.83º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A6398 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5899152-
CMYK0.620.3500.40
HSL213.83º44.76%41.18%-
HSV(B)213.83º61.84%59.61%-
XYZ11.8712.0931.41-
YUV92.78161.42103.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.77%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 152 (59.77% from 255) = 49.19%
R=18.77%
G=32.04%
B=49.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal58991520.620.3500.40213.8344.7641.18
Hex3A63983E23028d62d29
Octal7214323076430503265551
Binary111010110001110011000111110100011010100011010110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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