Html Css Color HEX #3F5895 Mariner

📋 copy color: '#3F5895'

red 63 ◦ green 88 ◦ blue 149

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

Shades of Mariner #3F5895

Tints of Mariner #3F5895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 21%
G = 29.33%
B = 49.67%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F5895 (or 0x3F5895) is known color: Mariner. HEX triplet: 3F, 58 and 95. RGB value is (63,88,149). Sum of RGB (Red+Green+Blue) = 63+88+149=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F5895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5895 is #C0A76A. Grayscale: #575757. Windows color (decimal): -12625771 or 9787455. OLE color: 9787455.

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

Color convert

RGB 63 88 149 -
CMYK 0.58 0.41 0 0.42
HSL 222.56º 0.41% 0.42% -
HSV(B) 222.56º 0.58% 0.58% -
XYZ 10.96 10.21 29.83 -
YUV 87.48 162.72 110.54 -
System Red Green Blue C M Y K H S L
Decimal 63 88 149 0.58 0.41 0 0.42 222.56 0.41 0.42
Hex 3F 58 95 3A 29 0 2A DF 29 2A
Octal 77 130 225 72 51 0 52 337 51 52
Binary 111111 1011000 10010101 111010 101001 0 101010 11011111 101001 101010

Color Harmonies of #3F5895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5895

Black with #3F5895

Text Example


Text Example

White with #3F5895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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