#223F8A

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

Shades of Tory Blue #223F8A

Tints of Tory Blue #223F8A

Color information

#223F8A (or 0x223F8A) is unknown color: approx Tory Blue. HEX triplet: 22, 3F and 8A. RGB value is (34,63,138). Sum of RGB (Red+Green+Blue) = 34+63+138=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #223F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223F8A is #DDC075. Grayscale: #3E3E3E. Windows color (decimal): -14532726 or 9060130. OLE color: 9060130.

HSL color Cylindrical-coordinate representation of color #223F8A: hue angle of 223.27º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #223F8A is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3463138-
CMYK0.750.5400.46
HSL223.27º60.47%33.73%-
HSV(B)223.27º75.36%54.12%-
XYZ7.025.7324.78-
YUV62.88170.39107.4-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.47%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 138 (54.30% from 255) = 58.72%
R=14.47%
G=26.81%
B=58.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal34631380.750.5400.46223.2760.4733.73
Hex223F8A4B3602Edf3c22
Octal4277212113660563377442
Binary100010111111100010101001011110110010111011011111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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