#3A69BA

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

Shades of Mariner #3A69BA

Tints of Mariner #3A69BA

Color information

#3A69BA (or 0x3A69BA) is unknown color: approx Mariner. HEX triplet: 3A, 69 and BA. RGB value is (58,105,186). Sum of RGB (Red+Green+Blue) = 58+105+186=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A69BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A69BA is #C59645. Grayscale: #636363. Windows color (decimal): -12949062 or 12216634. OLE color: 12216634.

HSL color Cylindrical-coordinate representation of color #3A69BA: hue angle of 217.97º 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 #3A69BA is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB58105186-
CMYK0.690.4400.27
HSL217.97º52.46%47.84%-
HSV(B)217.97º68.82%72.94%-
XYZ15.6614.5548.44-
YUV100.18176.4397.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.62%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 186 (73.05% from 255) = 53.30%
R=16.62%
G=30.09%
B=53.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal581051860.690.4400.27217.9752.4647.84
Hex3A69BA452C01Bda3430
Octal72151272105540333326460
Binary111010110100110111010100010110110001101111011010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,105,186); }

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

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

 a { background-color: rgb(58,105,186); }

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

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

 span { border-color: rgb(58,105,186); }

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