#3A68AD

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

Shades of Mariner #3A68AD

Tints of Mariner #3A68AD

Color information

#3A68AD (or 0x3A68AD) is unknown color: approx Mariner. HEX triplet: 3A, 68 and AD. RGB value is (58,104,173). Sum of RGB (Red+Green+Blue) = 58+104+173=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A68AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A68AD is #C59752. Grayscale: #616161. Windows color (decimal): -12949331 or 11364410. OLE color: 11364410.

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

Color convert

RGB58104173-
CMYK0.660.4000.32
HSL216º49.78%45.29%-
HSV(B)216º66.47%67.84%-
XYZ14.2413.8241.45-
YUV98.11170.2699.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.31%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=17.31%
G=31.04%
B=51.64%

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
Decimal581041730.660.4000.3221649.7845.29
Hex3A68AD4228020d8322d
Octal72150255102500403306255
Binary1110101101000101011011000010101000010000011011000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A68AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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