Html Css Color HEX #3F6591 Mariner

📋 copy color: '#3F6591'

red 63 ◦ green 101 ◦ blue 145

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

Shades of Mariner #3F6591

Tints of Mariner #3F6591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.69%

 BLUE value IS 145 (57.03% from 255) = 46.93%

R = 20.39%
G = 32.69%
B = 46.93%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F6591 (or 0x3F6591) is known color: Mariner. HEX triplet: 3F, 65 and 91. RGB value is (63,101,145). Sum of RGB (Red+Green+Blue) = 63+101+145=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F6591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6591 is #C09A6E. Grayscale: #5E5E5E. Windows color (decimal): -12622447 or 9528639. OLE color: 9528639.

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

Color convert

RGB 63 101 145 -
CMYK 0.57 0.30 0 0.43
HSL 212.2º 0.39% 0.41% -
HSV(B) 212.2º 0.57% 0.57% -
XYZ 11.81 12.41 28.56 -
YUV 94.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 63 101 145 0.57 0.30 0 0.43 212.2 0.39 0.41
Hex 3F 65 91 39 1E 0 2B D4 27 29
Octal 77 145 221 71 36 0 53 324 47 51
Binary 111111 1100101 10010001 111001 11110 0 101011 11010100 100111 101001

Color Harmonies of #3F6591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6591

Black with #3F6591

Text Example


Text Example

White with #3F6591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,101,145); }

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

background-color css

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

 a { background-color: rgb(63,101,145); }

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

border-color css

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

 span { border-color: rgb(63,101,145); }

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