Html Css Color HEX #3F4989 Tory Blue

📋 copy color: '#3F4989'

red 63 ◦ green 73 ◦ blue 137

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

Shades of Tory Blue #3F4989

Tints of Tory Blue #3F4989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.18%

R = 23.08%
G = 26.74%
B = 50.18%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F4989 (or 0x3F4989) is known color: Tory Blue. HEX triplet: 3F, 49 and 89. RGB value is (63,73,137). Sum of RGB (Red+Green+Blue) = 63+73+137=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F4989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4989 is #C0B676. Grayscale: #4D4D4D. Windows color (decimal): -12629623 or 8997183. OLE color: 8997183.

HSL color Cylindrical-coordinate representation of color #3F4989: hue angle of 231.89º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F4989 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 73 137 -
CMYK 0.54 0.47 0 0.46
HSL 231.89º 0.37% 0.39% -
HSV(B) 231.89º 0.54% 0.54% -
XYZ 8.95 7.63 24.67 -
YUV 77.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 63 73 137 0.54 0.47 0 0.46 231.89 0.37 0.39
Hex 3F 49 89 36 2F 0 2E E8 25 27
Octal 77 111 211 66 57 0 56 350 45 47
Binary 111111 1001001 10001001 110110 101111 0 101110 11101000 100101 100111

Color Harmonies of #3F4989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4989

Black with #3F4989

Text Example


Text Example

White with #3F4989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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