Html Css Color HEX #3E529D Mariner

📋 copy color: '#3E529D'

red 62 ◦ green 82 ◦ blue 157

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

Shades of Mariner #3E529D

Tints of Mariner #3E529D

RGB

 RED value IS 62 (24.61% from 255) = 20.6%

 GREEN value IS 82 (32.42% from 255) = 27.24%

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

R = 20.6%
G = 27.24%
B = 52.16%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3E529D (or 0x3E529D) is known color: Mariner. HEX triplet: 3E, 52 and 9D. RGB value is (62,82,157). Sum of RGB (Red+Green+Blue) = 62+82+157=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E529D is #C1AD62. Grayscale: #545454. Windows color (decimal): -12692835 or 10310206. OLE color: 10310206.

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

Color convert

RGB 62 82 157 -
CMYK 0.61 0.48 0 0.38
HSL 227.37º 0.43% 0.43% -
HSV(B) 227.37º 0.61% 0.62% -
XYZ 11.09 9.49 33.15 -
YUV 84.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 62 82 157 0.61 0.48 0 0.38 227.37 0.43 0.43
Hex 3E 52 9D 3D 30 0 26 E3 2B 2B
Octal 76 122 235 75 60 0 46 343 53 53
Binary 111110 1010010 10011101 111101 110000 0 100110 11100011 101011 101011

Color Harmonies of #3E529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E529D

Black with #3E529D

Text Example


Text Example

White with #3E529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,82,157); }

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

background-color css

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

 a { background-color: rgb(62,82,157); }

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

border-color css

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

 span { border-color: rgb(62,82,157); }

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