Html Css Color HEX #3F5180 Tory Blue

📋 copy color: '#3F5180'

red 63 ◦ green 81 ◦ blue 128

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

Shades of Tory Blue #3F5180

Tints of Tory Blue #3F5180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

 BLUE value IS 128 (50.39% from 255) = 47.06%

R = 23.16%
G = 29.78%
B = 47.06%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3F5180 (or 0x3F5180) is known color: Tory Blue. HEX triplet: 3F, 51 and 80. RGB value is (63,81,128). Sum of RGB (Red+Green+Blue) = 63+81+128=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #3F5180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5180 is #C0AE7F. Grayscale: #505050. Windows color (decimal): -12627584 or 8409407. OLE color: 8409407.

HSL color Cylindrical-coordinate representation of color #3F5180: hue angle of 223.38º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F5180 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 63 81 128 -
CMYK 0.51 0.37 0 0.50
HSL 223.38º 0.34% 0.37% -
HSV(B) 223.38º 0.51% 0.5% -
XYZ 8.89 8.5 21.59 -
YUV 80.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 63 81 128 0.51 0.37 0 0.50 223.38 0.34 0.37
Hex 3F 51 80 33 25 0 32 DF 22 25
Octal 77 121 200 63 45 0 62 337 42 45
Binary 111111 1010001 10000000 110011 100101 0 110010 11011111 100010 100101

Color Harmonies of #3F5180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5180

Black with #3F5180

Text Example


Text Example

White with #3F5180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,81,128); }

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

background-color css

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

 a { background-color: rgb(63,81,128); }

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

border-color css

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

 span { border-color: rgb(63,81,128); }

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