Html Css Color HEX #3F649E Mariner

📋 copy color: '#3F649E'

red 63 ◦ green 100 ◦ blue 158

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

Shades of Mariner #3F649E

Tints of Mariner #3F649E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.22%

R = 19.63%
G = 31.15%
B = 49.22%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F649E (or 0x3F649E) is known color: Mariner. HEX triplet: 3F, 64 and 9E. RGB value is (63,100,158). Sum of RGB (Red+Green+Blue) = 63+100+158=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F649E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F649E is #C09B61. Grayscale: #5F5F5F. Windows color (decimal): -12622690 or 10380351. OLE color: 10380351.

HSL color Cylindrical-coordinate representation of color #3F649E: hue angle of 216.63º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F649E is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 100 158 -
CMYK 0.60 0.37 0 0.38
HSL 216.63º 0.43% 0.43% -
HSV(B) 216.63º 0.6% 0.62% -
XYZ 12.78 12.64 34.11 -
YUV 95.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 63 100 158 0.60 0.37 0 0.38 216.63 0.43 0.43
Hex 3F 64 9E 3C 25 0 26 D9 2B 2B
Octal 77 144 236 74 45 0 46 331 53 53
Binary 111111 1100100 10011110 111100 100101 0 100110 11011001 101011 101011

Color Harmonies of #3F649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F649E

Black with #3F649E

Text Example


Text Example

White with #3F649E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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