Html Css Color HEX #3F5C91 Mariner

📋 copy color: '#3F5C91'

red 63 ◦ green 92 ◦ blue 145

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

Shades of Mariner #3F5C91

Tints of Mariner #3F5C91

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.67%

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 21%
G = 30.67%
B = 48.33%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F5C91 (or 0x3F5C91) is known color: Mariner. HEX triplet: 3F, 5C and 91. RGB value is (63,92,145). Sum of RGB (Red+Green+Blue) = 63+92+145=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F5C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5C91 is #C0A36E. Grayscale: #595959. Windows color (decimal): -12624751 or 9526335. OLE color: 9526335.

HSL color Cylindrical-coordinate representation of color #3F5C91: hue angle of 218.78º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F5C91 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 92 145 -
CMYK 0.57 0.37 0 0.43
HSL 218.78º 0.39% 0.41% -
HSV(B) 218.78º 0.57% 0.57% -
XYZ 10.99 10.76 28.28 -
YUV 89.37 159.39 109.19 -
System Red Green Blue C M Y K H S L
Decimal 63 92 145 0.57 0.37 0 0.43 218.78 0.39 0.41
Hex 3F 5C 91 39 25 0 2B DB 27 29
Octal 77 134 221 71 45 0 53 333 47 51
Binary 111111 1011100 10010001 111001 100101 0 101011 11011011 100111 101001

Color Harmonies of #3F5C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5C91

Black with #3F5C91

Text Example


Text Example

White with #3F5C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,92,145); }

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

background-color css

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

 a { background-color: rgb(63,92,145); }

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

border-color css

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

 span { border-color: rgb(63,92,145); }

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