Html Css Color HEX #3F6496 Mariner

📋 copy color: '#3F6496'

red 63 ◦ green 100 ◦ blue 150

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

Shades of Mariner #3F6496

Tints of Mariner #3F6496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

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

R = 20.13%
G = 31.95%
B = 47.92%

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

#3F6496 (or 0x3F6496) is known color: Mariner. HEX triplet: 3F, 64 and 96. RGB value is (63,100,150). Sum of RGB (Red+Green+Blue) = 63+100+150=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F6496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6496 is #C09B69. Grayscale: #5E5E5E. Windows color (decimal): -12622698 or 9856063. OLE color: 9856063.

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

Color convert

RGB 63 100 150 -
CMYK 0.58 0.33 0 0.41
HSL 214.48º 0.41% 0.42% -
HSV(B) 214.48º 0.58% 0.59% -
XYZ 12.11 12.37 30.6 -
YUV 94.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 63 100 150 0.58 0.33 0 0.41 214.48 0.41 0.42
Hex 3F 64 96 3A 21 0 29 D6 29 2A
Octal 77 144 226 72 41 0 51 326 51 52
Binary 111111 1100100 10010110 111010 100001 0 101001 11010110 101001 101010

Color Harmonies of #3F6496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6496

Black with #3F6496

Text Example


Text Example

White with #3F6496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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