Html Css Color HEX #3A539D Mariner

📋 copy color: '#3A539D'

red 58 ◦ green 83 ◦ blue 157

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

Shades of Mariner #3A539D

Tints of Mariner #3A539D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.85%

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

R = 19.46%
G = 27.85%
B = 52.68%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A539D (or 0x3A539D) is known color: Mariner. HEX triplet: 3A, 53 and 9D. RGB value is (58,83,157). Sum of RGB (Red+Green+Blue) = 58+83+157=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A539D is #C5AC62. Grayscale: #535353. Windows color (decimal): -12954723 or 10310458. OLE color: 10310458.

HSL color Cylindrical-coordinate representation of color #3A539D: hue angle of 224.85º 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 #3A539D is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 83 157 -
CMYK 0.63 0.47 0 0.38
HSL 224.85º 0.46% 0.42% -
HSV(B) 224.85º 0.63% 0.62% -
XYZ 10.92 9.52 33.16 -
YUV 83.96 169.22 109.48 -
System Red Green Blue C M Y K H S L
Decimal 58 83 157 0.63 0.47 0 0.38 224.85 0.46 0.42
Hex 3A 53 9D 3F 2F 0 26 E1 2E 2A
Octal 72 123 235 77 57 0 46 341 56 52
Binary 111010 1010011 10011101 111111 101111 0 100110 11100001 101110 101010

Color Harmonies of #3A539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A539D

Black with #3A539D

Text Example


Text Example

White with #3A539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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