Html Css Color HEX #3F5E9D Mariner

📋 copy color: '#3F5E9D'

red 63 ◦ green 94 ◦ blue 157

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

Shades of Mariner #3F5E9D

Tints of Mariner #3F5E9D

RGB

 RED value IS 63 (25% from 255) = 20.06%

 GREEN value IS 94 (37.11% from 255) = 29.94%

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

R = 20.06%
G = 29.94%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F5E9D (or 0x3F5E9D) is known color: Mariner. HEX triplet: 3F, 5E and 9D. RGB value is (63,94,157). Sum of RGB (Red+Green+Blue) = 63+94+157=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F5E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5E9D is #C0A162. Grayscale: #5B5B5B. Windows color (decimal): -12624227 or 10313279. OLE color: 10313279.

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

Color convert

RGB 63 94 157 -
CMYK 0.60 0.40 0 0.38
HSL 220.21º 0.43% 0.43% -
HSV(B) 220.21º 0.6% 0.62% -
XYZ 12.14 11.5 33.48 -
YUV 91.91 164.73 107.38 -
System Red Green Blue C M Y K H S L
Decimal 63 94 157 0.60 0.40 0 0.38 220.21 0.43 0.43
Hex 3F 5E 9D 3C 28 0 26 DC 2B 2B
Octal 77 136 235 74 50 0 46 334 53 53
Binary 111111 1011110 10011101 111100 101000 0 100110 11011100 101011 101011

Color Harmonies of #3F5E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5E9D

Black with #3F5E9D

Text Example


Text Example

White with #3F5E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,94,157); }

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

background-color css

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

 a { background-color: rgb(63,94,157); }

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

border-color css

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

 span { border-color: rgb(63,94,157); }

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