#214695

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

Shades of Tory Blue #214695

Tints of Tory Blue #214695

Color information

#214695 (or 0x214695) is unknown color: approx Tory Blue. HEX triplet: 21, 46 and 95. RGB value is (33,70,149). Sum of RGB (Red+Green+Blue) = 33+70+149=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #214695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214695 is #DEB96A. Grayscale: #434343. Windows color (decimal): -14596459 or 9782817. OLE color: 9782817.

HSL color Cylindrical-coordinate representation of color #214695: hue angle of 220.86º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214695 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3370149-
CMYK0.780.5300.42
HSL220.86º63.74%35.69%-
HSV(B)220.86º77.85%58.43%-
XYZ8.246.8729.33-
YUV67.94173.74103.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 149 (58.59% from 255) = 59.13%
R=13.10%
G=27.78%
B=59.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33701490.780.5300.42220.8663.7435.69
Hex2146954E3502Add4024
Octal411062251166505233510044
Binary10000110001101001010110011101101010101010110111011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214695; }

 p { color: rgb(33,70,149); }

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

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

 a { background-color: rgb(33,70,149); }

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

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

 span { border-color: rgb(33,70,149); }

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