Html Css Color HEX #3E5BAF Mariner

📋 copy color: '#3E5BAF'

red 62 ◦ green 91 ◦ blue 175

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

Shades of Mariner #3E5BAF

Tints of Mariner #3E5BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.35%

R = 18.9%
G = 27.74%
B = 53.35%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3E5BAF (or 0x3E5BAF) is known color: Mariner. HEX triplet: 3E, 5B and AF. RGB value is (62,91,175). Sum of RGB (Red+Green+Blue) = 62+91+175=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E5BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5BAF is #C1A450. Grayscale: #5B5B5B. Windows color (decimal): -12690513 or 11492158. OLE color: 11492158.

HSL color Cylindrical-coordinate representation of color #3E5BAF: hue angle of 224.6º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E5BAF is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 62 91 175 -
CMYK 0.65 0.48 0 0.31
HSL 224.6º 0.48% 0.46% -
HSV(B) 224.6º 0.65% 0.69% -
XYZ 13.47 11.6 42.09 -
YUV 91.91 174.89 106.67 -
System Red Green Blue C M Y K H S L
Decimal 62 91 175 0.65 0.48 0 0.31 224.6 0.48 0.46
Hex 3E 5B AF 41 30 0 1F E1 30 2E
Octal 76 133 257 101 60 0 37 341 60 56
Binary 111110 1011011 10101111 1000001 110000 0 11111 11100001 110000 101110

Color Harmonies of #3E5BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5BAF

Black with #3E5BAF

Text Example


Text Example

White with #3E5BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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