Html Css Color HEX #3F5B93 Mariner

📋 copy color: '#3F5B93'

red 63 ◦ green 91 ◦ blue 147

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

Shades of Mariner #3F5B93

Tints of Mariner #3F5B93

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.23%

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

R = 20.93%
G = 30.23%
B = 48.84%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F5B93 (or 0x3F5B93) is known color: Mariner. HEX triplet: 3F, 5B and 93. RGB value is (63,91,147). Sum of RGB (Red+Green+Blue) = 63+91+147=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F5B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5B93 is #C0A46C. Grayscale: #585858. Windows color (decimal): -12625005 or 9657151. OLE color: 9657151.

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

Color convert

RGB 63 91 147 -
CMYK 0.57 0.38 0 0.42
HSL 220º 0.4% 0.41% -
HSV(B) 220º 0.57% 0.58% -
XYZ 11.06 10.65 29.08 -
YUV 89.01 160.72 109.45 -
System Red Green Blue C M Y K H S L
Decimal 63 91 147 0.57 0.38 0 0.42 220 0.4 0.41
Hex 3F 5B 93 39 26 0 2A DC 28 29
Octal 77 133 223 71 46 0 52 334 50 51
Binary 111111 1011011 10010011 111001 100110 0 101010 11011100 101000 101001

Color Harmonies of #3F5B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5B93

Black with #3F5B93

Text Example


Text Example

White with #3F5B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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