Html Css Color HEX #3F5091 Tory Blue

📋 copy color: '#3F5091'

red 63 ◦ green 80 ◦ blue 145

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

Shades of Tory Blue #3F5091

Tints of Tory Blue #3F5091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.78%

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

R = 21.88%
G = 27.78%
B = 50.35%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F5091 (or 0x3F5091) is known color: Tory Blue. HEX triplet: 3F, 50 and 91. RGB value is (63,80,145). Sum of RGB (Red+Green+Blue) = 63+80+145=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F5091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5091 is #C0AF6E. Grayscale: #525252. Windows color (decimal): -12627823 or 9523263. OLE color: 9523263.

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

Color convert

RGB 63 80 145 -
CMYK 0.57 0.45 0 0.43
HSL 227.56º 0.39% 0.41% -
HSV(B) 227.56º 0.57% 0.57% -
XYZ 10.03 8.84 27.97 -
YUV 82.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 63 80 145 0.57 0.45 0 0.43 227.56 0.39 0.41
Hex 3F 50 91 39 2D 0 2B E4 27 29
Octal 77 120 221 71 55 0 53 344 47 51
Binary 111111 1010000 10010001 111001 101101 0 101011 11100100 100111 101001

Color Harmonies of #3F5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5091

Black with #3F5091

Text Example


Text Example

White with #3F5091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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