Html Css Color HEX #3F6597 Mariner

📋 copy color: '#3F6597'

red 63 ◦ green 101 ◦ blue 151

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

Shades of Mariner #3F6597

Tints of Mariner #3F6597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.94%

R = 20%
G = 32.06%
B = 47.94%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3F6597 (or 0x3F6597) is known color: Mariner. HEX triplet: 3F, 65 and 97. RGB value is (63,101,151). Sum of RGB (Red+Green+Blue) = 63+101+151=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #3F6597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6597 is #C09A68. Grayscale: #5F5F5F. Windows color (decimal): -12622441 or 9921855. OLE color: 9921855.

HSL color Cylindrical-coordinate representation of color #3F6597: hue angle of 214.09º 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 #3F6597 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 63 101 151 -
CMYK 0.58 0.33 0 0.41
HSL 214.09º 0.41% 0.42% -
HSV(B) 214.09º 0.58% 0.59% -
XYZ 12.29 12.6 31.06 -
YUV 95.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 63 101 151 0.58 0.33 0 0.41 214.09 0.41 0.42
Hex 3F 65 97 3A 21 0 29 D6 29 2A
Octal 77 145 227 72 41 0 51 326 51 52
Binary 111111 1100101 10010111 111010 100001 0 101001 11010110 101001 101010

Color Harmonies of #3F6597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6597

Black with #3F6597

Text Example


Text Example

White with #3F6597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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