Html Css Color HEX #3F4993 Tory Blue

📋 copy color: '#3F4993'

red 63 ◦ green 73 ◦ blue 147

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

Shades of Tory Blue #3F4993

Tints of Tory Blue #3F4993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.94%

R = 22.26%
G = 25.8%
B = 51.94%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F4993 (or 0x3F4993) is known color: Tory Blue. HEX triplet: 3F, 49 and 93. RGB value is (63,73,147). Sum of RGB (Red+Green+Blue) = 63+73+147=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F4993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4993 is #C0B66C. Grayscale: #4E4E4E. Windows color (decimal): -12629613 or 9652543. OLE color: 9652543.

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

Color convert

RGB 63 73 147 -
CMYK 0.57 0.50 0 0.42
HSL 232.86º 0.4% 0.41% -
HSV(B) 232.86º 0.57% 0.58% -
XYZ 9.7 7.93 28.62 -
YUV 78.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 63 73 147 0.57 0.50 0 0.42 232.86 0.4 0.41
Hex 3F 49 93 39 32 0 2A E9 28 29
Octal 77 111 223 71 62 0 52 351 50 51
Binary 111111 1001001 10010011 111001 110010 0 101010 11101001 101000 101001

Color Harmonies of #3F4993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4993

Black with #3F4993

Text Example


Text Example

White with #3F4993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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