Html Css Color HEX #3F549F Mariner

📋 copy color: '#3F549F'

red 63 ◦ green 84 ◦ blue 159

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

Shades of Mariner #3F549F

Tints of Mariner #3F549F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

 BLUE value IS 159 (62.5% from 255) = 51.96%

R = 20.59%
G = 27.45%
B = 51.96%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F549F (or 0x3F549F) is known color: Mariner. HEX triplet: 3F, 54 and 9F. RGB value is (63,84,159). Sum of RGB (Red+Green+Blue) = 63+84+159=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F549F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F549F is #C0AB60. Grayscale: #555555. Windows color (decimal): -12626785 or 10441791. OLE color: 10441791.

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

Color convert

RGB 63 84 159 -
CMYK 0.60 0.47 0 0.38
HSL 226.88º 0.43% 0.44% -
HSV(B) 226.88º 0.6% 0.62% -
XYZ 11.48 9.9 34.11 -
YUV 86.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 63 84 159 0.60 0.47 0 0.38 226.88 0.43 0.44
Hex 3F 54 9F 3C 2F 0 26 E3 2B 2C
Octal 77 124 237 74 57 0 46 343 53 54
Binary 111111 1010100 10011111 111100 101111 0 100110 11100011 101011 101100

Color Harmonies of #3F549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F549F

Black with #3F549F

Text Example


Text Example

White with #3F549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,84,159); }

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

background-color css

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

 a { background-color: rgb(63,84,159); }

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

border-color css

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

 span { border-color: rgb(63,84,159); }

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