Html Css Color HEX #3E5BAB Mariner

📋 copy color: '#3E5BAB'

red 62 ◦ green 91 ◦ blue 171

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

Shades of Mariner #3E5BAB

Tints of Mariner #3E5BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

 BLUE value IS 171 (67.19% from 255) = 52.78%

R = 19.14%
G = 28.09%
B = 52.78%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E5BAB (or 0x3E5BAB) is known color: Mariner. HEX triplet: 3E, 5B and AB. RGB value is (62,91,171). Sum of RGB (Red+Green+Blue) = 62+91+171=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E5BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5BAB is #C1A454. Grayscale: #5B5B5B. Windows color (decimal): -12690517 or 11230014. OLE color: 11230014.

HSL color Cylindrical-coordinate representation of color #3E5BAB: hue angle of 224.04º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E5BAB is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 91 171 -
CMYK 0.64 0.47 0 0.33
HSL 224.04º 0.47% 0.46% -
HSV(B) 224.04º 0.64% 0.67% -
XYZ 13.08 11.45 40.05 -
YUV 91.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 62 91 171 0.64 0.47 0 0.33 224.04 0.47 0.46
Hex 3E 5B AB 40 2F 0 21 E0 2F 2E
Octal 76 133 253 100 57 0 41 340 57 56
Binary 111110 1011011 10101011 1000000 101111 0 100001 11100000 101111 101110

Color Harmonies of #3E5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5BAB

Black with #3E5BAB

Text Example


Text Example

White with #3E5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,91,171); }

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

background-color css

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

 a { background-color: rgb(62,91,171); }

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

border-color css

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

 span { border-color: rgb(62,91,171); }

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