Html Css Color HEX #3F6DAD Mariner

📋 copy color: '#3F6DAD'

red 63 ◦ green 109 ◦ blue 173

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

Shades of Mariner #3F6DAD

Tints of Mariner #3F6DAD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.59%

 BLUE value IS 173 (67.97% from 255) = 50.14%

R = 18.26%
G = 31.59%
B = 50.14%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F6DAD (or 0x3F6DAD) is known color: Mariner. HEX triplet: 3F, 6D and AD. RGB value is (63,109,173). Sum of RGB (Red+Green+Blue) = 63+109+173=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F6DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6DAD is #C09252. Grayscale: #666666. Windows color (decimal): -12620371 or 11365695. OLE color: 11365695.

HSL color Cylindrical-coordinate representation of color #3F6DAD: hue angle of 214.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F6DAD is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 109 173 -
CMYK 0.64 0.37 0 0.32
HSL 214.91º 0.47% 0.46% -
HSV(B) 214.91º 0.64% 0.68% -
XYZ 15.06 15.01 41.64 -
YUV 102.54 167.76 99.8 -
System Red Green Blue C M Y K H S L
Decimal 63 109 173 0.64 0.37 0 0.32 214.91 0.47 0.46
Hex 3F 6D AD 40 25 0 20 D7 2F 2E
Octal 77 155 255 100 45 0 40 327 57 56
Binary 111111 1101101 10101101 1000000 100101 0 100000 11010111 101111 101110

Color Harmonies of #3F6DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6DAD

Black with #3F6DAD

Text Example


Text Example

White with #3F6DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,109,173); }

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

background-color css

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

 a { background-color: rgb(63,109,173); }

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

border-color css

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

 span { border-color: rgb(63,109,173); }

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