#223E8B

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

Shades of Tory Blue #223E8B

Tints of Tory Blue #223E8B

Color information

#223E8B (or 0x223E8B) is unknown color: approx Tory Blue. HEX triplet: 22, 3E and 8B. RGB value is (34,62,139). Sum of RGB (Red+Green+Blue) = 34+62+139=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #223E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223E8B is #DDC174. Grayscale: #3E3E3E. Windows color (decimal): -14532981 or 9125410. OLE color: 9125410.

HSL color Cylindrical-coordinate representation of color #223E8B: hue angle of 224º 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 #223E8B is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3462139-
CMYK0.760.5500.45
HSL224º60.69%33.92%-
HSV(B)224º75.54%54.51%-
XYZ7.045.6525.15-
YUV62.41171.22107.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.47%
GREEN value IS 62 (24.61% from 255) = 26.38%
BLUE value IS 139 (54.69% from 255) = 59.15%
R=14.47%
G=26.38%
B=59.15%

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
Decimal34621390.760.5500.4522460.6933.92
Hex223E8B4C3702De03d22
Octal4276213114670553407542
Binary100010111110100010111001100110111010110111100000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,62,139); }

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

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

 a { background-color: rgb(34,62,139); }

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

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

 span { border-color: rgb(34,62,139); }

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