Html Css Color HEX #3F4893 Tory Blue

📋 copy color: '#3F4893'

red 63 ◦ green 72 ◦ blue 147

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

Shades of Tory Blue #3F4893

Tints of Tory Blue #3F4893

RGB

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

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

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

R = 22.34%
G = 25.53%
B = 52.13%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F4893 (or 0x3F4893) is known color: Tory Blue. HEX triplet: 3F, 48 and 93. RGB value is (63,72,147). Sum of RGB (Red+Green+Blue) = 63+72+147=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F4893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4893 is #C0B76C. Grayscale: #4D4D4D. Windows color (decimal): -12629869 or 9652287. OLE color: 9652287.

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

Color convert

RGB 63 72 147 -
CMYK 0.57 0.51 0 0.42
HSL 233.57º 0.4% 0.41% -
HSV(B) 233.57º 0.57% 0.58% -
XYZ 9.63 7.8 28.6 -
YUV 77.86 167.02 117.4 -
System Red Green Blue C M Y K H S L
Decimal 63 72 147 0.57 0.51 0 0.42 233.57 0.4 0.41
Hex 3F 48 93 39 33 0 2A EA 28 29
Octal 77 110 223 71 63 0 52 352 50 51
Binary 111111 1001000 10010011 111001 110011 0 101010 11101010 101000 101001

Color Harmonies of #3F4893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4893

Black with #3F4893

Text Example


Text Example

White with #3F4893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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