#21418E

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

Shades of Tory Blue #21418E

Tints of Tory Blue #21418E

Color information

#21418E (or 0x21418E) is unknown color: approx Tory Blue. HEX triplet: 21, 41 and 8E. RGB value is (33,65,142). Sum of RGB (Red+Green+Blue) = 33+65+142=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #21418E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21418E is #DEBE71. Grayscale: #3F3F3F. Windows color (decimal): -14597746 or 9322785. OLE color: 9322785.

HSL color Cylindrical-coordinate representation of color #21418E: hue angle of 222.39º 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 #21418E is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3365142-
CMYK0.770.5400.44
HSL222.39º62.29%34.31%-
HSV(B)222.39º76.76%55.69%-
XYZ7.46.0626.37-
YUV64.21171.9105.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.75%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 142 (55.86% from 255) = 59.17%
R=13.75%
G=27.08%
B=59.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33651420.770.5400.44222.3962.2934.31
Hex21418E4D3602Cde3e22
Octal41101216115660543367642
Binary1000011000001100011101001101110110010110011011110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21418E; }

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

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

<style>
 a { background-color: #21418E; }

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

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

<style>
 span { border-color: #21418E; }

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

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