Html Css Color HEX #214496 Tory Blue

📋 copy color: '#214496'

red 33 ◦ green 68 ◦ blue 150

#214496
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #214496

Tints of Tory Blue #214496

RGB

 RED value IS 33 (13.28% from 255) = 13.15%

 GREEN value IS 68 (26.95% from 255) = 27.09%

 BLUE value IS 150 (58.98% from 255) = 59.76%

R = 13.15%
G = 27.09%
B = 59.76%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#214496 (or 0x214496) is known color: Tory Blue. HEX triplet: 21, 44 and 96. RGB value is (33,68,150). Sum of RGB (Red+Green+Blue) = 33+68+150=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #214496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214496 is #DEBB69. Grayscale: #424242. Windows color (decimal): -14596970 or 9847841. OLE color: 9847841.

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

Color convert

RGB 33 68 150 -
CMYK 0.78 0.55 0 0.41
HSL 222.05º 0.64% 0.36% -
HSV(B) 222.05º 0.78% 0.59% -
XYZ 8.2 6.66 29.71 -
YUV 66.88 174.9 103.83 -
System Red Green Blue C M Y K H S L
Decimal 33 68 150 0.78 0.55 0 0.41 222.05 0.64 0.36
Hex 21 44 96 4E 37 0 29 DE 40 24
Octal 41 104 226 116 67 0 51 336 100 44
Binary 100001 1000100 10010110 1001110 110111 0 101001 11011110 1000000 100100

Color Harmonies of #214496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214496

Black with #214496

Text Example


Text Example

White with #214496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214496; }

 p { color: rgb(33,68,150); }

 H1.HeaderClassName
 {
   color: #214496;
 }
 .AnyTagClassName
 {
   color: #214496;
 }
</style>

background-color css

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

 a { background-color: rgb(33,68,150); }

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

border-color css

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

 span { border-color: rgb(33,68,150); }

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