Html Css Color HEX #214697 Tory Blue

📋 copy color: '#214697'

red 33 ◦ green 70 ◦ blue 151

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

Shades of Tory Blue #214697

Tints of Tory Blue #214697

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

 BLUE value IS 151 (59.38% from 255) = 59.45%

R = 12.99%
G = 27.56%
B = 59.45%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#214697 (or 0x214697) is known color: Tory Blue. HEX triplet: 21, 46 and 97. RGB value is (33,70,151). Sum of RGB (Red+Green+Blue) = 33+70+151=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #214697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214697 is #DEB968. Grayscale: #434343. Windows color (decimal): -14596457 or 9913889. OLE color: 9913889.

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

Color convert

RGB 33 70 151 -
CMYK 0.78 0.54 0 0.41
HSL 221.19º 0.64% 0.36% -
HSV(B) 221.19º 0.78% 0.59% -
XYZ 8.4 6.94 30.17 -
YUV 68.17 174.74 102.91 -
System Red Green Blue C M Y K H S L
Decimal 33 70 151 0.78 0.54 0 0.41 221.19 0.64 0.36
Hex 21 46 97 4E 36 0 29 DD 40 24
Octal 41 106 227 116 66 0 51 335 100 44
Binary 100001 1000110 10010111 1001110 110110 0 101001 11011101 1000000 100100

Color Harmonies of #214697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214697

Black with #214697

Text Example


Text Example

White with #214697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214697; }

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

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

background-color css

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

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

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

border-color css

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

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

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