Html Css Color HEX #3F4D83 Tory Blue

📋 copy color: '#3F4D83'

red 63 ◦ green 77 ◦ blue 131

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

Shades of Tory Blue #3F4D83

Tints of Tory Blue #3F4D83

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

 BLUE value IS 131 (51.56% from 255) = 48.34%

R = 23.25%
G = 28.41%
B = 48.34%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3F4D83 (or 0x3F4D83) is known color: Tory Blue. HEX triplet: 3F, 4D and 83. RGB value is (63,77,131). Sum of RGB (Red+Green+Blue) = 63+77+131=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #3F4D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4D83 is #C0B27C. Grayscale: #4E4E4E. Windows color (decimal): -12628605 or 8604991. OLE color: 8604991.

HSL color Cylindrical-coordinate representation of color #3F4D83: hue angle of 227.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F4D83 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 63 77 131 -
CMYK 0.52 0.41 0 0.49
HSL 227.65º 0.35% 0.38% -
HSV(B) 227.65º 0.52% 0.51% -
XYZ 8.8 8 22.55 -
YUV 78.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 63 77 131 0.52 0.41 0 0.49 227.65 0.35 0.38
Hex 3F 4D 83 34 29 0 31 E4 23 26
Octal 77 115 203 64 51 0 61 344 43 46
Binary 111111 1001101 10000011 110100 101001 0 110001 11100100 100011 100110

Color Harmonies of #3F4D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4D83

Black with #3F4D83

Text Example


Text Example

White with #3F4D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,77,131); }

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

background-color css

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

 a { background-color: rgb(63,77,131); }

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

border-color css

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

 span { border-color: rgb(63,77,131); }

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