Html Css Color HEX #3E5FAC Mariner

📋 copy color: '#3E5FAC'

red 62 ◦ green 95 ◦ blue 172

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

Shades of Mariner #3E5FAC

Tints of Mariner #3E5FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.88%

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

R = 18.84%
G = 28.88%
B = 52.28%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E5FAC (or 0x3E5FAC) is known color: Mariner. HEX triplet: 3E, 5F and AC. RGB value is (62,95,172). Sum of RGB (Red+Green+Blue) = 62+95+172=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E5FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5FAC is #C1A053. Grayscale: #5D5D5D. Windows color (decimal): -12689492 or 11296574. OLE color: 11296574.

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

Color convert

RGB 62 95 172 -
CMYK 0.64 0.45 0 0.33
HSL 222º 0.47% 0.46% -
HSV(B) 222º 0.64% 0.67% -
XYZ 13.53 12.19 40.67 -
YUV 93.91 172.07 105.24 -
System Red Green Blue C M Y K H S L
Decimal 62 95 172 0.64 0.45 0 0.33 222 0.47 0.46
Hex 3E 5F AC 40 2D 0 21 DE 2F 2E
Octal 76 137 254 100 55 0 41 336 57 56
Binary 111110 1011111 10101100 1000000 101101 0 100001 11011110 101111 101110

Color Harmonies of #3E5FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5FAC

Black with #3E5FAC

Text Example


Text Example

White with #3E5FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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