Html Css Color HEX #3F5993 Mariner

📋 copy color: '#3F5993'

red 63 ◦ green 89 ◦ blue 147

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

Shades of Mariner #3F5993

Tints of Mariner #3F5993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 21.07%
G = 29.77%
B = 49.16%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F5993 (or 0x3F5993) is known color: Mariner. HEX triplet: 3F, 59 and 93. RGB value is (63,89,147). Sum of RGB (Red+Green+Blue) = 63+89+147=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F5993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5993 is #C0A66C. Grayscale: #575757. Windows color (decimal): -12625517 or 9656639. OLE color: 9656639.

HSL color Cylindrical-coordinate representation of color #3F5993: hue angle of 221.43º 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 #3F5993 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 89 147 -
CMYK 0.57 0.39 0 0.42
HSL 221.43º 0.4% 0.41% -
HSV(B) 221.43º 0.57% 0.58% -
XYZ 10.89 10.31 29.02 -
YUV 87.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 63 89 147 0.57 0.39 0 0.42 221.43 0.4 0.41
Hex 3F 59 93 39 27 0 2A DD 28 29
Octal 77 131 223 71 47 0 52 335 50 51
Binary 111111 1011001 10010011 111001 100111 0 101010 11011101 101000 101001

Color Harmonies of #3F5993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5993

Black with #3F5993

Text Example


Text Example

White with #3F5993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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