Html Css Color HEX #3A58AD Mariner

📋 copy color: '#3A58AD'

red 58 ◦ green 88 ◦ blue 173

#3A58AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #3A58AD

Tints of Mariner #3A58AD

RGB

 RED value IS 58 (23.05% from 255) = 18.18%

 GREEN value IS 88 (34.77% from 255) = 27.59%

 BLUE value IS 173 (67.97% from 255) = 54.23%

R = 18.18%
G = 27.59%
B = 54.23%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A58AD (or 0x3A58AD) is known color: Mariner. HEX triplet: 3A, 58 and AD. RGB value is (58,88,173). Sum of RGB (Red+Green+Blue) = 58+88+173=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A58AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A58AD is #C5A752. Grayscale: #585858. Windows color (decimal): -12953427 or 11360314. OLE color: 11360314.

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

Color convert

RGB 58 88 173 -
CMYK 0.66 0.49 0 0.32
HSL 224.35º 0.5% 0.45% -
HSV(B) 224.35º 0.66% 0.68% -
XYZ 12.78 10.9 40.96 -
YUV 88.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 58 88 173 0.66 0.49 0 0.32 224.35 0.5 0.45
Hex 3A 58 AD 42 31 0 20 E0 32 2D
Octal 72 130 255 102 61 0 40 340 62 55
Binary 111010 1011000 10101101 1000010 110001 0 100000 11100000 110010 101101

Color Harmonies of #3A58AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A58AD

Black with #3A58AD

Text Example


Text Example

White with #3A58AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A58AD;
 }
 .AnyTagClassName
 {
   color: #3A58AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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