Html Css Color HEX #3F4F90 Tory Blue

📋 copy color: '#3F4F90'

red 63 ◦ green 79 ◦ blue 144

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

Shades of Tory Blue #3F4F90

Tints of Tory Blue #3F4F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.62%

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

R = 22.03%
G = 27.62%
B = 50.35%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F4F90 (or 0x3F4F90) is known color: Tory Blue. HEX triplet: 3F, 4F and 90. RGB value is (63,79,144). Sum of RGB (Red+Green+Blue) = 63+79+144=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F4F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4F90 is #C0B06F. Grayscale: #515151. Windows color (decimal): -12628080 or 9457471. OLE color: 9457471.

HSL color Cylindrical-coordinate representation of color #3F4F90: hue angle of 228.15º 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 #3F4F90 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 79 144 -
CMYK 0.56 0.45 0 0.44
HSL 228.15º 0.39% 0.41% -
HSV(B) 228.15º 0.56% 0.56% -
XYZ 9.88 8.66 27.54 -
YUV 81.63 163.2 114.71 -
System Red Green Blue C M Y K H S L
Decimal 63 79 144 0.56 0.45 0 0.44 228.15 0.39 0.41
Hex 3F 4F 90 38 2D 0 2C E4 27 29
Octal 77 117 220 70 55 0 54 344 47 51
Binary 111111 1001111 10010000 111000 101101 0 101100 11100100 100111 101001

Color Harmonies of #3F4F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4F90

Black with #3F4F90

Text Example


Text Example

White with #3F4F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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