Html Css Color HEX #3A559D Mariner

📋 copy color: '#3A559D'

red 58 ◦ green 85 ◦ blue 157

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

Shades of Mariner #3A559D

Tints of Mariner #3A559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

 BLUE value IS 157 (61.72% from 255) = 52.33%

R = 19.33%
G = 28.33%
B = 52.33%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A559D (or 0x3A559D) is known color: Mariner. HEX triplet: 3A, 55 and 9D. RGB value is (58,85,157). Sum of RGB (Red+Green+Blue) = 58+85+157=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A559D is #C5AA62. Grayscale: #545454. Windows color (decimal): -12954211 or 10310970. OLE color: 10310970.

HSL color Cylindrical-coordinate representation of color #3A559D: hue angle of 223.64º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A559D is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 85 157 -
CMYK 0.63 0.46 0 0.38
HSL 223.64º 0.46% 0.42% -
HSV(B) 223.64º 0.63% 0.62% -
XYZ 11.08 9.83 33.21 -
YUV 85.14 168.55 108.65 -
System Red Green Blue C M Y K H S L
Decimal 58 85 157 0.63 0.46 0 0.38 223.64 0.46 0.42
Hex 3A 55 9D 3F 2E 0 26 E0 2E 2A
Octal 72 125 235 77 56 0 46 340 56 52
Binary 111010 1010101 10011101 111111 101110 0 100110 11100000 101110 101010

Color Harmonies of #3A559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A559D

Black with #3A559D

Text Example


Text Example

White with #3A559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,85,157); }

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

background-color css

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

 a { background-color: rgb(58,85,157); }

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

border-color css

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

 span { border-color: rgb(58,85,157); }

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