Html Css Color HEX #3F518B Tory Blue

📋 copy color: '#3F518B'

red 63 ◦ green 81 ◦ blue 139

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

Shades of Tory Blue #3F518B

Tints of Tory Blue #3F518B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 49.12%

R = 22.26%
G = 28.62%
B = 49.12%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F518B (or 0x3F518B) is known color: Tory Blue. HEX triplet: 3F, 51 and 8B. RGB value is (63,81,139). Sum of RGB (Red+Green+Blue) = 63+81+139=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F518B is #C0AE74. Grayscale: #515151. Windows color (decimal): -12627573 or 9130303. OLE color: 9130303.

HSL color Cylindrical-coordinate representation of color #3F518B: hue angle of 225.79º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F518B is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 81 139 -
CMYK 0.55 0.42 0 0.45
HSL 225.79º 0.38% 0.4% -
HSV(B) 225.79º 0.55% 0.55% -
XYZ 9.65 8.81 25.62 -
YUV 82.23 160.04 114.28 -
System Red Green Blue C M Y K H S L
Decimal 63 81 139 0.55 0.42 0 0.45 225.79 0.38 0.4
Hex 3F 51 8B 37 2A 0 2D E2 26 28
Octal 77 121 213 67 52 0 55 342 46 50
Binary 111111 1010001 10001011 110111 101010 0 101101 11100010 100110 101000

Color Harmonies of #3F518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F518B

Black with #3F518B

Text Example


Text Example

White with #3F518B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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