Html Css Color HEX #3F63AB Mariner

📋 copy color: '#3F63AB'

red 63 ◦ green 99 ◦ blue 171

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

Shades of Mariner #3F63AB

Tints of Mariner #3F63AB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 18.92%
G = 29.73%
B = 51.35%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F63AB (or 0x3F63AB) is known color: Mariner. HEX triplet: 3F, 63 and AB. RGB value is (63,99,171). Sum of RGB (Red+Green+Blue) = 63+99+171=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F63AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F63AB is #C09C54. Grayscale: #606060. Windows color (decimal): -12622933 or 11232063. OLE color: 11232063.

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

Color convert

RGB 63 99 171 -
CMYK 0.63 0.42 0 0.33
HSL 220º 0.46% 0.46% -
HSV(B) 220º 0.63% 0.67% -
XYZ 13.86 12.92 40.29 -
YUV 96.44 170.07 104.15 -
System Red Green Blue C M Y K H S L
Decimal 63 99 171 0.63 0.42 0 0.33 220 0.46 0.46
Hex 3F 63 AB 3F 2A 0 21 DC 2E 2E
Octal 77 143 253 77 52 0 41 334 56 56
Binary 111111 1100011 10101011 111111 101010 0 100001 11011100 101110 101110

Color Harmonies of #3F63AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F63AB

Black with #3F63AB

Text Example


Text Example

White with #3F63AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,99,171); }

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

background-color css

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

 a { background-color: rgb(63,99,171); }

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

border-color css

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

 span { border-color: rgb(63,99,171); }

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