Html Css Color HEX #3F65AC Mariner

📋 copy color: '#3F65AC'

red 63 ◦ green 101 ◦ blue 172

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

Shades of Mariner #3F65AC

Tints of Mariner #3F65AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.19%

R = 18.75%
G = 30.06%
B = 51.19%

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

#3F65AC (or 0x3F65AC) is known color: Mariner. HEX triplet: 3F, 65 and AC. RGB value is (63,101,172). Sum of RGB (Red+Green+Blue) = 63+101+172=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F65AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F65AC is #C09A53. Grayscale: #616161. Windows color (decimal): -12622420 or 11298111. OLE color: 11298111.

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

Color convert

RGB 63 101 172 -
CMYK 0.63 0.41 0 0.33
HSL 219.08º 0.46% 0.46% -
HSV(B) 219.08º 0.63% 0.67% -
XYZ 14.15 13.34 40.86 -
YUV 97.73 169.91 103.23 -
System Red Green Blue C M Y K H S L
Decimal 63 101 172 0.63 0.41 0 0.33 219.08 0.46 0.46
Hex 3F 65 AC 3F 29 0 21 DB 2E 2E
Octal 77 145 254 77 51 0 41 333 56 56
Binary 111111 1100101 10101100 111111 101001 0 100001 11011011 101110 101110

Color Harmonies of #3F65AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F65AC

Black with #3F65AC

Text Example


Text Example

White with #3F65AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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