Html Css Color HEX #3F70AE Mariner

📋 copy color: '#3F70AE'

red 63 ◦ green 112 ◦ blue 174

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

Shades of Mariner #3F70AE

Tints of Mariner #3F70AE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.09%

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

R = 18.05%
G = 32.09%
B = 49.86%

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

#3F70AE (or 0x3F70AE) is known color: Mariner. HEX triplet: 3F, 70 and AE. RGB value is (63,112,174). Sum of RGB (Red+Green+Blue) = 63+112+174=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F70AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F70AE is #C08F51. Grayscale: #686868. Windows color (decimal): -12619602 or 11431999. OLE color: 11431999.

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

Color convert

RGB 63 112 174 -
CMYK 0.64 0.36 0 0.32
HSL 213.51º 0.47% 0.46% -
HSV(B) 213.51º 0.64% 0.68% -
XYZ 15.48 15.7 42.26 -
YUV 104.42 167.27 98.46 -
System Red Green Blue C M Y K H S L
Decimal 63 112 174 0.64 0.36 0 0.32 213.51 0.47 0.46
Hex 3F 70 AE 40 24 0 20 D6 2F 2E
Octal 77 160 256 100 44 0 40 326 57 56
Binary 111111 1110000 10101110 1000000 100100 0 100000 11010110 101111 101110

Color Harmonies of #3F70AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F70AE

Black with #3F70AE

Text Example


Text Example

White with #3F70AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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