Html Css Color HEX #214491 Tory Blue

📋 copy color: '#214491'

red 33 ◦ green 68 ◦ blue 145

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

Shades of Tory Blue #214491

Tints of Tory Blue #214491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58.94%

R = 13.41%
G = 27.64%
B = 58.94%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#214491 (or 0x214491) is known color: Tory Blue. HEX triplet: 21, 44 and 91. RGB value is (33,68,145). Sum of RGB (Red+Green+Blue) = 33+68+145=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #214491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214491 is #DEBB6E. Grayscale: #414141. Windows color (decimal): -14596975 or 9520161. OLE color: 9520161.

HSL color Cylindrical-coordinate representation of color #214491: hue angle of 221.25º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214491 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 68 145 -
CMYK 0.77 0.53 0 0.43
HSL 221.25º 0.63% 0.35% -
HSV(B) 221.25º 0.77% 0.57% -
XYZ 7.81 6.5 27.63 -
YUV 66.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 33 68 145 0.77 0.53 0 0.43 221.25 0.63 0.35
Hex 21 44 91 4D 35 0 2B DD 3F 23
Octal 41 104 221 115 65 0 53 335 77 43
Binary 100001 1000100 10010001 1001101 110101 0 101011 11011101 111111 100011

Color Harmonies of #214491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214491

Black with #214491

Text Example


Text Example

White with #214491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214491; }

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

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

background-color css

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

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

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

border-color css

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

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

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