Html Css Color HEX #3F4C8C Tory Blue

📋 copy color: '#3F4C8C'

red 63 ◦ green 76 ◦ blue 140

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

Shades of Tory Blue #3F4C8C

Tints of Tory Blue #3F4C8C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.24%

 BLUE value IS 140 (55.08% from 255) = 50.18%

R = 22.58%
G = 27.24%
B = 50.18%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F4C8C (or 0x3F4C8C) is known color: Tory Blue. HEX triplet: 3F, 4C and 8C. RGB value is (63,76,140). Sum of RGB (Red+Green+Blue) = 63+76+140=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F4C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4C8C is #C0B373. Grayscale: #4F4F4F. Windows color (decimal): -12628852 or 9194559. OLE color: 9194559.

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

Color convert

RGB 63 76 140 -
CMYK 0.55 0.46 0 0.45
HSL 229.87º 0.38% 0.4% -
HSV(B) 229.87º 0.55% 0.55% -
XYZ 9.37 8.12 25.88 -
YUV 79.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 63 76 140 0.55 0.46 0 0.45 229.87 0.38 0.4
Hex 3F 4C 8C 37 2E 0 2D E6 26 28
Octal 77 114 214 67 56 0 55 346 46 50
Binary 111111 1001100 10001100 110111 101110 0 101101 11100110 100110 101000

Color Harmonies of #3F4C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4C8C

Black with #3F4C8C

Text Example


Text Example

White with #3F4C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,76,140); }

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

background-color css

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

 a { background-color: rgb(63,76,140); }

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

border-color css

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

 span { border-color: rgb(63,76,140); }

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