Html Css Color HEX #3F5994 Mariner

📋 copy color: '#3F5994'

red 63 ◦ green 89 ◦ blue 148

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

Shades of Mariner #3F5994

Tints of Mariner #3F5994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.67%

 BLUE value IS 148 (58.2% from 255) = 49.33%

R = 21%
G = 29.67%
B = 49.33%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F5994 (or 0x3F5994) is known color: Mariner. HEX triplet: 3F, 59 and 94. RGB value is (63,89,148). Sum of RGB (Red+Green+Blue) = 63+89+148=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F5994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5994 is #C0A66B. Grayscale: #575757. Windows color (decimal): -12625516 or 9722175. OLE color: 9722175.

HSL color Cylindrical-coordinate representation of color #3F5994: hue angle of 221.65º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F5994 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 89 148 -
CMYK 0.57 0.40 0 0.42
HSL 221.65º 0.4% 0.41% -
HSV(B) 221.65º 0.57% 0.58% -
XYZ 10.97 10.34 29.43 -
YUV 87.95 161.89 110.2 -
System Red Green Blue C M Y K H S L
Decimal 63 89 148 0.57 0.40 0 0.42 221.65 0.4 0.41
Hex 3F 59 94 39 28 0 2A DE 28 29
Octal 77 131 224 71 50 0 52 336 50 51
Binary 111111 1011001 10010100 111001 101000 0 101010 11011110 101000 101001

Color Harmonies of #3F5994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5994

Black with #3F5994

Text Example


Text Example

White with #3F5994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,89,148); }

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

background-color css

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

 a { background-color: rgb(63,89,148); }

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

border-color css

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

 span { border-color: rgb(63,89,148); }

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