#3F4C8C

Color #3F4C8C Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #3F4C8C

Tints of Tory Blue #3F4C8C

Color information

#3F4C8C (or 0x3F4C8C) is unknown color: approx 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

RGB6376140-
CMYK0.550.4600.45
HSL229.87º37.93%39.8%-
HSV(B)229.87º55%54.9%-
XYZ9.378.1225.88-
YUV79.41162.19116.3-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63761400.550.4600.45229.8737.9339.8
Hex3F4C8C372E02De62628
Octal7711421467560553464650
Binary111111100110010001100110111101110010110111100110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>