#3A6BB9

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

Shades of Mariner #3A6BB9

Tints of Mariner #3A6BB9

Color information

#3A6BB9 (or 0x3A6BB9) is unknown color: approx Mariner. HEX triplet: 3A, 6B and B9. RGB value is (58,107,185). Sum of RGB (Red+Green+Blue) = 58+107+185=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A6BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6BB9 is #C59446. Grayscale: #646464. Windows color (decimal): -12948551 or 12151610. OLE color: 12151610.

HSL color Cylindrical-coordinate representation of color #3A6BB9: hue angle of 216.85º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A6BB9 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB58107185-
CMYK0.690.4200.27
HSL216.85º52.26%47.65%-
HSV(B)216.85º68.65%72.55%-
XYZ15.7614.9247.95-
YUV101.24175.2797.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.57%
GREEN value IS 107 (42.19% from 255) = 30.57%
BLUE value IS 185 (72.66% from 255) = 52.86%
R=16.57%
G=30.57%
B=52.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal581071850.690.4200.27216.8552.2647.65
Hex3A6BB9452A01Bd93430
Octal72153271105520333316460
Binary111010110101110111001100010110101001101111011001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,107,185); }

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

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

 a { background-color: rgb(58,107,185); }

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

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

 span { border-color: rgb(58,107,185); }

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