Html Css Color HEX #3F4995 Tory Blue

📋 copy color: '#3F4995'

red 63 ◦ green 73 ◦ blue 149

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

Shades of Tory Blue #3F4995

Tints of Tory Blue #3F4995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.61%

 BLUE value IS 149 (58.59% from 255) = 52.28%

R = 22.11%
G = 25.61%
B = 52.28%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F4995 (or 0x3F4995) is known color: Tory Blue. HEX triplet: 3F, 49 and 95. RGB value is (63,73,149). Sum of RGB (Red+Green+Blue) = 63+73+149=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F4995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4995 is #C0B66A. Grayscale: #4E4E4E. Windows color (decimal): -12629611 or 9783615. OLE color: 9783615.

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

Color convert

RGB 63 73 149 -
CMYK 0.58 0.51 0 0.42
HSL 233.02º 0.41% 0.42% -
HSV(B) 233.02º 0.58% 0.58% -
XYZ 9.86 7.99 29.46 -
YUV 78.67 167.69 116.82 -
System Red Green Blue C M Y K H S L
Decimal 63 73 149 0.58 0.51 0 0.42 233.02 0.41 0.42
Hex 3F 49 95 3A 33 0 2A E9 29 2A
Octal 77 111 225 72 63 0 52 351 51 52
Binary 111111 1001001 10010101 111010 110011 0 101010 11101001 101001 101010

Color Harmonies of #3F4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4995

Black with #3F4995

Text Example


Text Example

White with #3F4995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,73,149); }

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

background-color css

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

 a { background-color: rgb(63,73,149); }

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

border-color css

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

 span { border-color: rgb(63,73,149); }

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