Html Css Color HEX #3F5896 Mariner

📋 copy color: '#3F5896'

red 63 ◦ green 88 ◦ blue 150

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

Shades of Mariner #3F5896

Tints of Mariner #3F5896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

 BLUE value IS 150 (58.98% from 255) = 49.83%

R = 20.93%
G = 29.24%
B = 49.83%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3F5896 (or 0x3F5896) is known color: Mariner. HEX triplet: 3F, 58 and 96. RGB value is (63,88,150). Sum of RGB (Red+Green+Blue) = 63+88+150=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F5896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5896 is #C0A769. Grayscale: #575757. Windows color (decimal): -12625770 or 9852991. OLE color: 9852991.

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

Color convert

RGB 63 88 150 -
CMYK 0.58 0.41 0 0.41
HSL 222.76º 0.41% 0.42% -
HSV(B) 222.76º 0.58% 0.59% -
XYZ 11.04 10.24 30.25 -
YUV 87.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 63 88 150 0.58 0.41 0 0.41 222.76 0.41 0.42
Hex 3F 58 96 3A 29 0 29 DF 29 2A
Octal 77 130 226 72 51 0 51 337 51 52
Binary 111111 1011000 10010110 111010 101001 0 101001 11011111 101001 101010

Color Harmonies of #3F5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5896

Black with #3F5896

Text Example


Text Example

White with #3F5896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,88,150); }

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

background-color css

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

 a { background-color: rgb(63,88,150); }

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

border-color css

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

 span { border-color: rgb(63,88,150); }

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