Html Css Color HEX #3A5E91 Mariner

📋 copy color: '#3A5E91'

red 58 ◦ green 94 ◦ blue 145

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

Shades of Mariner #3A5E91

Tints of Mariner #3A5E91

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.65%

 BLUE value IS 145 (57.03% from 255) = 48.82%

R = 19.53%
G = 31.65%
B = 48.82%

CMYK

 C value IS 0.6

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A5E91 (or 0x3A5E91) is known color: Mariner. HEX triplet: 3A, 5E and 91. RGB value is (58,94,145). Sum of RGB (Red+Green+Blue) = 58+94+145=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A5E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5E91 is #C5A16E. Grayscale: #585858. Windows color (decimal): -12951919 or 9526842. OLE color: 9526842.

HSL color Cylindrical-coordinate representation of color #3A5E91: hue angle of 215.17º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A5E91 is Cyan = 0.6, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 94 145 -
CMYK 0.6 0.35 0 0.43
HSL 215.17º 0.43% 0.4% -
HSV(B) 215.17º 0.6% 0.57% -
XYZ 10.86 10.95 28.33 -
YUV 89.05 159.57 105.85 -
System Red Green Blue C M Y K H S L
Decimal 58 94 145 0.6 0.35 0 0.43 215.17 0.43 0.4
Hex 3A 5E 91 3C 23 0 2B D7 2B 28
Octal 72 136 221 74 43 0 53 327 53 50
Binary 111010 1011110 10010001 111100 100011 0 101011 11010111 101011 101000

Color Harmonies of #3A5E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5E91

Black with #3A5E91

Text Example


Text Example

White with #3A5E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,94,145); }

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

background-color css

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

 a { background-color: rgb(58,94,145); }

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

border-color css

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

 span { border-color: rgb(58,94,145); }

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