Html Css Color HEX #3F4790 Tory Blue

📋 copy color: '#3F4790'

red 63 ◦ green 71 ◦ blue 144

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

Shades of Tory Blue #3F4790

Tints of Tory Blue #3F4790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.54%

 BLUE value IS 144 (56.64% from 255) = 51.8%

R = 22.66%
G = 25.54%
B = 51.8%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F4790 (or 0x3F4790) is known color: Tory Blue. HEX triplet: 3F, 47 and 90. RGB value is (63,71,144). Sum of RGB (Red+Green+Blue) = 63+71+144=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F4790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4790 is #C0B86F. Grayscale: #4C4C4C. Windows color (decimal): -12630128 or 9455423. OLE color: 9455423.

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

Color convert

RGB 63 71 144 -
CMYK 0.56 0.51 0 0.44
HSL 234.07º 0.39% 0.41% -
HSV(B) 234.07º 0.56% 0.56% -
XYZ 9.34 7.58 27.36 -
YUV 76.93 165.85 118.06 -
System Red Green Blue C M Y K H S L
Decimal 63 71 144 0.56 0.51 0 0.44 234.07 0.39 0.41
Hex 3F 47 90 38 33 0 2C EA 27 29
Octal 77 107 220 70 63 0 54 352 47 51
Binary 111111 1000111 10010000 111000 110011 0 101100 11101010 100111 101001

Color Harmonies of #3F4790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4790

Black with #3F4790

Text Example


Text Example

White with #3F4790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,71,144); }

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

background-color css

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

 a { background-color: rgb(63,71,144); }

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

border-color css

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

 span { border-color: rgb(63,71,144); }

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