#3A67AD

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

Shades of Mariner #3A67AD

Tints of Mariner #3A67AD

Color information

#3A67AD (or 0x3A67AD) is unknown color: approx Mariner. HEX triplet: 3A, 67 and AD. RGB value is (58,103,173). Sum of RGB (Red+Green+Blue) = 58+103+173=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A67AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A67AD is #C59852. Grayscale: #616161. Windows color (decimal): -12949587 or 11364154. OLE color: 11364154.

HSL color Cylindrical-coordinate representation of color #3A67AD: hue angle of 216.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A67AD is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB58103173-
CMYK0.660.4000.32
HSL216.52º49.78%45.29%-
HSV(B)216.52º66.47%67.84%-
XYZ14.1413.6241.42-
YUV97.52170.5999.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.37%
GREEN value IS 103 (40.62% from 255) = 30.84%
BLUE value IS 173 (67.97% from 255) = 51.80%
R=17.37%
G=30.84%
B=51.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581031730.660.4000.32216.5249.7845.29
Hex3A67AD4228020d9322d
Octal72147255102500403316255
Binary1110101100111101011011000010101000010000011011001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A67AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,103,173); }

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

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

 a { background-color: rgb(58,103,173); }

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

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

 span { border-color: rgb(58,103,173); }

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