#243F8E

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

Shades of Tory Blue #243F8E

Tints of Tory Blue #243F8E

Color information

#243F8E (or 0x243F8E) is unknown color: approx Tory Blue. HEX triplet: 24, 3F and 8E. RGB value is (36,63,142). Sum of RGB (Red+Green+Blue) = 36+63+142=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #243F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243F8E is #DBC071. Grayscale: #3F3F3F. Windows color (decimal): -14401650 or 9322276. OLE color: 9322276.

HSL color Cylindrical-coordinate representation of color #243F8E: hue angle of 224.72º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #243F8E is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3663142-
CMYK0.750.5600.44
HSL224.72º59.55%34.9%-
HSV(B)224.72º74.65%55.69%-
XYZ7.395.8826.34-
YUV63.93172.05108.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.94%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 142 (55.86% from 255) = 58.92%
R=14.94%
G=26.14%
B=58.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36631420.750.5600.44224.7259.5534.9
Hex243F8E4B3802Ce13c23
Octal4477216113700543417443
Binary100100111111100011101001011111000010110011100001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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