Html Css Color HEX #3F4891 Tory Blue

📋 copy color: '#3F4891'

red 63 ◦ green 72 ◦ blue 145

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

Shades of Tory Blue #3F4891

Tints of Tory Blue #3F4891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

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

R = 22.5%
G = 25.71%
B = 51.79%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F4891 (or 0x3F4891) is known color: Tory Blue. HEX triplet: 3F, 48 and 91. RGB value is (63,72,145). Sum of RGB (Red+Green+Blue) = 63+72+145=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F4891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4891 is #C0B76E. Grayscale: #4D4D4D. Windows color (decimal): -12629871 or 9521215. OLE color: 9521215.

HSL color Cylindrical-coordinate representation of color #3F4891: hue angle of 233.41º 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 #3F4891 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 72 145 -
CMYK 0.57 0.50 0 0.43
HSL 233.41º 0.39% 0.41% -
HSV(B) 233.41º 0.57% 0.57% -
XYZ 9.48 7.74 27.78 -
YUV 77.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 63 72 145 0.57 0.50 0 0.43 233.41 0.39 0.41
Hex 3F 48 91 39 32 0 2B E9 27 29
Octal 77 110 221 71 62 0 53 351 47 51
Binary 111111 1001000 10010001 111001 110010 0 101011 11101001 100111 101001

Color Harmonies of #3F4891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4891

Black with #3F4891

Text Example


Text Example

White with #3F4891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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