Html Css Color HEX #3F517F Tory Blue

📋 copy color: '#3F517F'

red 63 ◦ green 81 ◦ blue 127

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

Shades of Tory Blue #3F517F

Tints of Tory Blue #3F517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.86%

R = 23.25%
G = 29.89%
B = 46.86%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3F517F (or 0x3F517F) is known color: Tory Blue. HEX triplet: 3F, 51 and 7F. RGB value is (63,81,127). Sum of RGB (Red+Green+Blue) = 63+81+127=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F517F is #C0AE80. Grayscale: #505050. Windows color (decimal): -12627585 or 8343871. OLE color: 8343871.

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

Color convert

RGB 63 81 127 -
CMYK 0.50 0.36 0 0.50
HSL 223.13º 0.34% 0.37% -
HSV(B) 223.13º 0.5% 0.5% -
XYZ 8.82 8.47 21.25 -
YUV 80.86 154.04 115.26 -
System Red Green Blue C M Y K H S L
Decimal 63 81 127 0.50 0.36 0 0.50 223.13 0.34 0.37
Hex 3F 51 7F 32 24 0 32 DF 22 25
Octal 77 121 177 62 44 0 62 337 42 45
Binary 111111 1010001 1111111 110010 100100 0 110010 11011111 100010 100101

Color Harmonies of #3F517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F517F

Black with #3F517F

Text Example


Text Example

White with #3F517F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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