Html Css Color HEX #3F62AC Mariner

📋 copy color: '#3F62AC'

red 63 ◦ green 98 ◦ blue 172

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

Shades of Mariner #3F62AC

Tints of Mariner #3F62AC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

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

R = 18.92%
G = 29.43%
B = 51.65%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F62AC (or 0x3F62AC) is known color: Mariner. HEX triplet: 3F, 62 and AC. RGB value is (63,98,172). Sum of RGB (Red+Green+Blue) = 63+98+172=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F62AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F62AC is #C09D53. Grayscale: #5F5F5F. Windows color (decimal): -12623188 or 11297343. OLE color: 11297343.

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

Color convert

RGB 63 98 172 -
CMYK 0.63 0.43 0 0.33
HSL 220.73º 0.46% 0.46% -
HSV(B) 220.73º 0.63% 0.67% -
XYZ 13.86 12.77 40.76 -
YUV 95.97 170.9 104.48 -
System Red Green Blue C M Y K H S L
Decimal 63 98 172 0.63 0.43 0 0.33 220.73 0.46 0.46
Hex 3F 62 AC 3F 2B 0 21 DD 2E 2E
Octal 77 142 254 77 53 0 41 335 56 56
Binary 111111 1100010 10101100 111111 101011 0 100001 11011101 101110 101110

Color Harmonies of #3F62AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F62AC

Black with #3F62AC

Text Example


Text Example

White with #3F62AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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