#214595

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

Shades of Tory Blue #214595

Tints of Tory Blue #214595

Color information

#214595 (or 0x214595) is unknown color: approx Tory Blue. HEX triplet: 21, 45 and 95. RGB value is (33,69,149). Sum of RGB (Red+Green+Blue) = 33+69+149=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #214595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214595 is #DEBA6A. Grayscale: #434343. Windows color (decimal): -14596715 or 9782561. OLE color: 9782561.

HSL color Cylindrical-coordinate representation of color #214595: hue angle of 221.38º 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 #214595 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3369149-
CMYK0.780.5400.42
HSL221.38º63.74%35.69%-
HSV(B)221.38º77.85%58.43%-
XYZ8.186.7529.31-
YUV67.36174.07103.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 149 (58.59% from 255) = 59.36%
R=13.15%
G=27.49%
B=59.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33691490.780.5400.42221.3863.7435.69
Hex2145954E3602Add4024
Octal411052251166605233510044
Binary10000110001011001010110011101101100101010110111011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214595; }

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

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

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

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

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

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

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

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