Html Css Color HEX #3F4A96 Tory Blue

📋 copy color: '#3F4A96'

red 63 ◦ green 74 ◦ blue 150

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

Shades of Tory Blue #3F4A96

Tints of Tory Blue #3F4A96

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.78%

 BLUE value IS 150 (58.98% from 255) = 52.26%

R = 21.95%
G = 25.78%
B = 52.26%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3F4A96 (or 0x3F4A96) is known color: Tory Blue. HEX triplet: 3F, 4A and 96. RGB value is (63,74,150). Sum of RGB (Red+Green+Blue) = 63+74+150=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F4A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4A96 is #C0B569. Grayscale: #4F4F4F. Windows color (decimal): -12629354 or 9849407. OLE color: 9849407.

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

Color convert

RGB 63 74 150 -
CMYK 0.58 0.51 0 0.41
HSL 232.41º 0.41% 0.42% -
HSV(B) 232.41º 0.58% 0.59% -
XYZ 10 8.16 29.9 -
YUV 79.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 63 74 150 0.58 0.51 0 0.41 232.41 0.41 0.42
Hex 3F 4A 96 3A 33 0 29 E8 29 2A
Octal 77 112 226 72 63 0 51 350 51 52
Binary 111111 1001010 10010110 111010 110011 0 101001 11101000 101001 101010

Color Harmonies of #3F4A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4A96

Black with #3F4A96

Text Example


Text Example

White with #3F4A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,74,150); }

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

background-color css

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

 a { background-color: rgb(63,74,150); }

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

border-color css

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

 span { border-color: rgb(63,74,150); }

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