Html Css Color HEX #3F6FAE Mariner

📋 copy color: '#3F6FAE'

red 63 ◦ green 111 ◦ blue 174

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

Shades of Mariner #3F6FAE

Tints of Mariner #3F6FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

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

R = 18.1%
G = 31.9%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F6FAE (or 0x3F6FAE) is known color: Mariner. HEX triplet: 3F, 6F and AE. RGB value is (63,111,174). Sum of RGB (Red+Green+Blue) = 63+111+174=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F6FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6FAE is #C09051. Grayscale: #676767. Windows color (decimal): -12619858 or 11431743. OLE color: 11431743.

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

Color convert

RGB 63 111 174 -
CMYK 0.64 0.36 0 0.32
HSL 214.05º 0.47% 0.46% -
HSV(B) 214.05º 0.64% 0.68% -
XYZ 15.37 15.48 42.22 -
YUV 103.83 167.6 98.88 -
System Red Green Blue C M Y K H S L
Decimal 63 111 174 0.64 0.36 0 0.32 214.05 0.47 0.46
Hex 3F 6F AE 40 24 0 20 D6 2F 2E
Octal 77 157 256 100 44 0 40 326 57 56
Binary 111111 1101111 10101110 1000000 100100 0 100000 11010110 101111 101110

Color Harmonies of #3F6FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6FAE

Black with #3F6FAE

Text Example


Text Example

White with #3F6FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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