#243F8D

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

Shades of Tory Blue #243F8D

Tints of Tory Blue #243F8D

Color information

#243F8D (or 0x243F8D) is unknown color: approx Tory Blue. HEX triplet: 24, 3F and 8D. RGB value is (36,63,141). Sum of RGB (Red+Green+Blue) = 36+63+141=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #243F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243F8D is #DBC072. Grayscale: #3F3F3F. Windows color (decimal): -14401651 or 9256740. OLE color: 9256740.

HSL color Cylindrical-coordinate representation of color #243F8D: hue angle of 224.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #243F8D is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3663141-
CMYK0.740.5500.45
HSL224.57º59.32%34.71%-
HSV(B)224.57º74.47%55.29%-
XYZ7.315.8525.94-
YUV63.82171.55108.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 141 (55.47% from 255) = 58.75%
R=15%
G=26.25%
B=58.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36631410.740.5500.45224.5759.3234.71
Hex243F8D4A3702De13b23
Octal4477215112670553417343
Binary100100111111100011011001010110111010110111100001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243F8D; }

 p { color: rgb(36,63,141); }

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

<style>
 a { background-color: #243F8D; }

 a { background-color: rgb(36,63,141); }

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

<style>
 span { border-color: #243F8D; }

 span { border-color: rgb(36,63,141); }

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