#3D58AE

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

Shades of Mariner #3D58AE

Tints of Mariner #3D58AE

Color information

#3D58AE (or 0x3D58AE) is unknown color: approx Mariner. HEX triplet: 3D, 58 and AE. RGB value is (61,88,174). Sum of RGB (Red+Green+Blue) = 61+88+174=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D58AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D58AE is #C2A751. Grayscale: #595959. Windows color (decimal): -12756818 or 11425853. OLE color: 11425853.

HSL color Cylindrical-coordinate representation of color #3D58AE: hue angle of 225.66º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D58AE is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6188174-
CMYK0.650.4900.32
HSL225.66º48.09%46.08%-
HSV(B)225.66º64.94%68.24%-
XYZ13.0511.0341.48-
YUV89.73175.55107.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.89%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=18.89%
G=27.24%
B=53.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61881740.650.4900.32225.6648.0946.08
Hex3D58AE4131020e2302e
Octal75130256101610403426056
Binary1111011011000101011101000001110001010000011100010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D58AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,88,174); }

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

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

 a { background-color: rgb(61,88,174); }

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

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

 span { border-color: rgb(61,88,174); }

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