#223A8E

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

Shades of Tory Blue #223A8E

Tints of Tory Blue #223A8E

Color information

#223A8E (or 0x223A8E) is unknown color: approx Tory Blue. HEX triplet: 22, 3A and 8E. RGB value is (34,58,142). Sum of RGB (Red+Green+Blue) = 34+58+142=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #223A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223A8E is #DDC571. Grayscale: #3C3C3C. Windows color (decimal): -14534002 or 9320994. OLE color: 9320994.

HSL color Cylindrical-coordinate representation of color #223A8E: hue angle of 226.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #223A8E is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3458142-
CMYK0.760.5900.44
HSL226.67º61.36%34.51%-
HSV(B)226.67º76.06%55.69%-
XYZ7.065.3226.25-
YUV60.4174.05109.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.53%
GREEN value IS 58 (23.05% from 255) = 24.79%
BLUE value IS 142 (55.86% from 255) = 60.68%
R=14.53%
G=24.79%
B=60.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal34581420.760.5900.44226.6761.3634.51
Hex223A8E4C3B02Ce33d23
Octal4272216114730543437543
Binary100010111010100011101001100111011010110011100011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,58,142); }

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

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

 a { background-color: rgb(34,58,142); }

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

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

 span { border-color: rgb(34,58,142); }

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