#213C8E

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

Shades of Tory Blue #213C8E

Tints of Tory Blue #213C8E

Color information

#213C8E (or 0x213C8E) is unknown color: approx Tory Blue. HEX triplet: 21, 3C and 8E. RGB value is (33,60,142). Sum of RGB (Red+Green+Blue) = 33+60+142=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #213C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213C8E is #DEC371. Grayscale: #3C3C3C. Windows color (decimal): -14599026 or 9321505. OLE color: 9321505.

HSL color Cylindrical-coordinate representation of color #213C8E: hue angle of 225.14º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #213C8E is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3360142-
CMYK0.770.5800.44
HSL225.14º62.29%34.31%-
HSV(B)225.14º76.76%55.69%-
XYZ7.135.5126.28-
YUV61.27173.55107.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 60 (23.83% from 255) = 25.53%
BLUE value IS 142 (55.86% from 255) = 60.43%
R=14.04%
G=25.53%
B=60.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33601420.770.5800.44225.1462.2934.31
Hex213C8E4D3A02Ce13e22
Octal4174216115720543417642
Binary100001111100100011101001101111010010110011100001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213C8E; }

 p { color: rgb(33,60,142); }

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

<style>
 a { background-color: #213C8E; }

 a { background-color: rgb(33,60,142); }

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

<style>
 span { border-color: #213C8E; }

 span { border-color: rgb(33,60,142); }

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