Html Css Color HEX #3F65AA Mariner

📋 copy color: '#3F65AA'

red 63 ◦ green 101 ◦ blue 170

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

Shades of Mariner #3F65AA

Tints of Mariner #3F65AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

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

R = 18.86%
G = 30.24%
B = 50.9%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F65AA (or 0x3F65AA) is known color: Mariner. HEX triplet: 3F, 65 and AA. RGB value is (63,101,170). Sum of RGB (Red+Green+Blue) = 63+101+170=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F65AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F65AA is #C09A55. Grayscale: #616161. Windows color (decimal): -12622422 or 11167039. OLE color: 11167039.

HSL color Cylindrical-coordinate representation of color #3F65AA: hue angle of 218.69º 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 #3F65AA is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 101 170 -
CMYK 0.63 0.41 0 0.33
HSL 218.69º 0.46% 0.46% -
HSV(B) 218.69º 0.63% 0.67% -
XYZ 13.96 13.27 39.86 -
YUV 97.5 168.91 103.39 -
System Red Green Blue C M Y K H S L
Decimal 63 101 170 0.63 0.41 0 0.33 218.69 0.46 0.46
Hex 3F 65 AA 3F 29 0 21 DB 2E 2E
Octal 77 145 252 77 51 0 41 333 56 56
Binary 111111 1100101 10101010 111111 101001 0 100001 11011011 101110 101110

Color Harmonies of #3F65AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F65AA

Black with #3F65AA

Text Example


Text Example

White with #3F65AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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