Html Css Color HEX #3F6AAA Mariner

📋 copy color: '#3F6AAA'

red 63 ◦ green 106 ◦ blue 170

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

Shades of Mariner #3F6AAA

Tints of Mariner #3F6AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.27%

 BLUE value IS 170 (66.8% from 255) = 50.15%

R = 18.58%
G = 31.27%
B = 50.15%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F6AAA (or 0x3F6AAA) is known color: Mariner. HEX triplet: 3F, 6A and AA. RGB value is (63,106,170). Sum of RGB (Red+Green+Blue) = 63+106+170=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F6AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6AAA is #C09555. Grayscale: #646464. Windows color (decimal): -12621142 or 11168319. OLE color: 11168319.

HSL color Cylindrical-coordinate representation of color #3F6AAA: hue angle of 215.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F6AAA is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 106 170 -
CMYK 0.63 0.38 0 0.33
HSL 215.89º 0.46% 0.46% -
HSV(B) 215.89º 0.63% 0.67% -
XYZ 14.46 14.27 40.02 -
YUV 100.44 167.25 101.3 -
System Red Green Blue C M Y K H S L
Decimal 63 106 170 0.63 0.38 0 0.33 215.89 0.46 0.46
Hex 3F 6A AA 3F 26 0 21 D8 2E 2E
Octal 77 152 252 77 46 0 41 330 56 56
Binary 111111 1101010 10101010 111111 100110 0 100001 11011000 101110 101110

Color Harmonies of #3F6AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6AAA

Black with #3F6AAA

Text Example


Text Example

White with #3F6AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,106,170); }

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

background-color css

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

 a { background-color: rgb(63,106,170); }

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

border-color css

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

 span { border-color: rgb(63,106,170); }

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