Html Css Color HEX #3F498D Tory Blue

📋 copy color: '#3F498D'

red 63 ◦ green 73 ◦ blue 141

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

Shades of Tory Blue #3F498D

Tints of Tory Blue #3F498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.9%

R = 22.74%
G = 26.35%
B = 50.9%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F498D (or 0x3F498D) is known color: Tory Blue. HEX triplet: 3F, 49 and 8D. RGB value is (63,73,141). Sum of RGB (Red+Green+Blue) = 63+73+141=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F498D is #C0B672. Grayscale: #4D4D4D. Windows color (decimal): -12629619 or 9259327. OLE color: 9259327.

HSL color Cylindrical-coordinate representation of color #3F498D: hue angle of 232.31º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F498D is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 73 141 -
CMYK 0.55 0.48 0 0.45
HSL 232.31º 0.38% 0.4% -
HSV(B) 232.31º 0.55% 0.55% -
XYZ 9.24 7.74 26.21 -
YUV 77.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 63 73 141 0.55 0.48 0 0.45 232.31 0.38 0.4
Hex 3F 49 8D 37 30 0 2D E8 26 28
Octal 77 111 215 67 60 0 55 350 46 50
Binary 111111 1001001 10001101 110111 110000 0 101101 11101000 100110 101000

Color Harmonies of #3F498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F498D

Black with #3F498D

Text Example


Text Example

White with #3F498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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