#3F4693

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

Shades of Tory Blue #3F4693

Tints of Tory Blue #3F4693

Color information

#3F4693 (or 0x3F4693) is unknown color: approx Tory Blue. HEX triplet: 3F, 46 and 93. RGB value is (63,70,147). Sum of RGB (Red+Green+Blue) = 63+70+147=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F4693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4693 is #C0B96C. Grayscale: #4C4C4C. Windows color (decimal): -12630381 or 9651775. OLE color: 9651775.

HSL color Cylindrical-coordinate representation of color #3F4693: hue angle of 235º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F4693 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6370147-
CMYK0.570.5200.42
HSL235º40%41.18%-
HSV(B)235º57.14%57.65%-
XYZ9.517.5428.56-
YUV76.68167.68118.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.5%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 147 (57.81% from 255) = 52.5%
R=22.5%
G=25%
B=52.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63701470.570.5200.422354041.18
Hex3F4693393402Aeb2829
Octal7710622371640523535051
Binary111111100011010010011111001110100010101011101011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,70,147); }

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

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

 a { background-color: rgb(63,70,147); }

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

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

 span { border-color: rgb(63,70,147); }

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