Html Css Color HEX #3F4791 Tory Blue

📋 copy color: '#3F4791'

red 63 ◦ green 71 ◦ blue 145

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

Shades of Tory Blue #3F4791

Tints of Tory Blue #3F4791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.45%

 BLUE value IS 145 (57.03% from 255) = 51.97%

R = 22.58%
G = 25.45%
B = 51.97%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F4791 (or 0x3F4791) is known color: Tory Blue. HEX triplet: 3F, 47 and 91. RGB value is (63,71,145). Sum of RGB (Red+Green+Blue) = 63+71+145=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F4791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4791 is #C0B86E. Grayscale: #4C4C4C. Windows color (decimal): -12630127 or 9520959. OLE color: 9520959.

HSL color Cylindrical-coordinate representation of color #3F4791: hue angle of 234.15º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F4791 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 71 145 -
CMYK 0.57 0.51 0 0.43
HSL 234.15º 0.39% 0.41% -
HSV(B) 234.15º 0.57% 0.57% -
XYZ 9.41 7.61 27.76 -
YUV 77.04 166.35 117.98 -
System Red Green Blue C M Y K H S L
Decimal 63 71 145 0.57 0.51 0 0.43 234.15 0.39 0.41
Hex 3F 47 91 39 33 0 2B EA 27 29
Octal 77 107 221 71 63 0 53 352 47 51
Binary 111111 1000111 10010001 111001 110011 0 101011 11101010 100111 101001

Color Harmonies of #3F4791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4791

Black with #3F4791

Text Example


Text Example

White with #3F4791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,71,145); }

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

background-color css

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

 a { background-color: rgb(63,71,145); }

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

border-color css

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

 span { border-color: rgb(63,71,145); }

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