#223F8C

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

Shades of Tory Blue #223F8C

Tints of Tory Blue #223F8C

Color information

#223F8C (or 0x223F8C) is unknown color: approx Tory Blue. HEX triplet: 22, 3F and 8C. RGB value is (34,63,140). Sum of RGB (Red+Green+Blue) = 34+63+140=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #223F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223F8C is #DDC073. Grayscale: #3E3E3E. Windows color (decimal): -14532724 or 9191202. OLE color: 9191202.

HSL color Cylindrical-coordinate representation of color #223F8C: hue angle of 223.58º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #223F8C is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3463140-
CMYK0.760.5500.45
HSL223.58º60.92%34.12%-
HSV(B)223.58º75.71%54.9%-
XYZ7.175.7925.55-
YUV63.11171.39107.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.35%
GREEN value IS 63 (25% from 255) = 26.58%
BLUE value IS 140 (55.08% from 255) = 59.07%
R=14.35%
G=26.58%
B=59.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal34631400.760.5500.45223.5860.9234.12
Hex223F8C4C3702De03d22
Octal4277214114670553407542
Binary100010111111100011001001100110111010110111100000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223F8C; }

 p { color: rgb(34,63,140); }

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

<style>
 a { background-color: #223F8C; }

 a { background-color: rgb(34,63,140); }

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

<style>
 span { border-color: #223F8C; }

 span { border-color: rgb(34,63,140); }

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