#3A6098

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

Shades of Mariner #3A6098

Tints of Mariner #3A6098

Color information

#3A6098 (or 0x3A6098) is unknown color: approx Mariner. HEX triplet: 3A, 60 and 98. RGB value is (58,96,152). Sum of RGB (Red+Green+Blue) = 58+96+152=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A6098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6098 is #C59F67. Grayscale: #5A5A5A. Windows color (decimal): -12951400 or 9986106. OLE color: 9986106.

HSL color Cylindrical-coordinate representation of color #3A6098: hue angle of 215.74º 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 #3A6098 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5896152-
CMYK0.620.3700.40
HSL215.74º44.76%41.18%-
HSV(B)215.74º61.84%59.61%-
XYZ11.611.5331.32-
YUV91.02162.41104.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.95%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 152 (59.77% from 255) = 49.67%
R=18.95%
G=31.37%
B=49.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal58961520.620.3700.40215.7444.7641.18
Hex3A60983E25028d82d29
Octal7214023076450503305551
Binary111010110000010011000111110100101010100011011000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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