#3F4988

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

Shades of Tory Blue #3F4988

Tints of Tory Blue #3F4988

Color information

#3F4988 (or 0x3F4988) is unknown color: approx Tory Blue. HEX triplet: 3F, 49 and 88. RGB value is (63,73,136). Sum of RGB (Red+Green+Blue) = 63+73+136=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F4988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4988 is #C0B677. Grayscale: #4C4C4C. Windows color (decimal): -12629624 or 8931647. OLE color: 8931647.

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

Color convert

RGB6373136-
CMYK0.540.4600.47
HSL231.78º36.68%39.02%-
HSV(B)231.78º53.68%53.33%-
XYZ8.887.624.29-
YUV77.19161.19117.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.16%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 136 (53.52% from 255) = 50%
R=23.16%
G=26.84%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63731360.540.4600.47231.7836.6839.02
Hex3F4988362E02Fe82527
Octal7711121066560573504547
Binary111111100100110001000110110101110010111111101000100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F4988;
 }
 .AnyTagClassName
 {
   color: #3F4988;
 }
</style>
background-color css

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

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

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

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

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

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