Html Css Color HEX #3E5BAC Mariner

📋 copy color: '#3E5BAC'

red 62 ◦ green 91 ◦ blue 172

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

Shades of Mariner #3E5BAC

Tints of Mariner #3E5BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.92%

R = 19.08%
G = 28%
B = 52.92%

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

#3E5BAC (or 0x3E5BAC) is known color: Mariner. HEX triplet: 3E, 5B and AC. RGB value is (62,91,172). Sum of RGB (Red+Green+Blue) = 62+91+172=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E5BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5BAC is #C1A453. Grayscale: #5B5B5B. Windows color (decimal): -12690516 or 11295550. OLE color: 11295550.

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

Color convert

RGB 62 91 172 -
CMYK 0.64 0.47 0 0.33
HSL 224.18º 0.47% 0.46% -
HSV(B) 224.18º 0.64% 0.67% -
XYZ 13.17 11.48 40.55 -
YUV 91.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 62 91 172 0.64 0.47 0 0.33 224.18 0.47 0.46
Hex 3E 5B AC 40 2F 0 21 E0 2F 2E
Octal 76 133 254 100 57 0 41 340 57 56
Binary 111110 1011011 10101100 1000000 101111 0 100001 11100000 101111 101110

Color Harmonies of #3E5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5BAC

Black with #3E5BAC

Text Example


Text Example

White with #3E5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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