Html Css Color HEX #3F6DAE Mariner

📋 copy color: '#3F6DAE'

red 63 ◦ green 109 ◦ blue 174

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

Shades of Mariner #3F6DAE

Tints of Mariner #3F6DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.29%

R = 18.21%
G = 31.5%
B = 50.29%

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

#3F6DAE (or 0x3F6DAE) is known color: Mariner. HEX triplet: 3F, 6D and AE. RGB value is (63,109,174). Sum of RGB (Red+Green+Blue) = 63+109+174=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F6DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6DAE is #C09251. Grayscale: #666666. Windows color (decimal): -12620370 or 11431231. OLE color: 11431231.

HSL color Cylindrical-coordinate representation of color #3F6DAE: hue angle of 215.14º 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 #3F6DAE is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 109 174 -
CMYK 0.64 0.37 0 0.32
HSL 215.14º 0.47% 0.46% -
HSV(B) 215.14º 0.64% 0.68% -
XYZ 15.16 15.05 42.15 -
YUV 102.66 168.26 99.71 -
System Red Green Blue C M Y K H S L
Decimal 63 109 174 0.64 0.37 0 0.32 215.14 0.47 0.46
Hex 3F 6D AE 40 25 0 20 D7 2F 2E
Octal 77 155 256 100 45 0 40 327 57 56
Binary 111111 1101101 10101110 1000000 100101 0 100000 11010111 101111 101110

Color Harmonies of #3F6DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6DAE

Black with #3F6DAE

Text Example


Text Example

White with #3F6DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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