Html Css Color HEX #214190 Tory Blue

📋 copy color: '#214190'

red 33 ◦ green 65 ◦ blue 144

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

Shades of Tory Blue #214190

Tints of Tory Blue #214190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.86%

 BLUE value IS 144 (56.64% from 255) = 59.5%

R = 13.64%
G = 26.86%
B = 59.5%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#214190 (or 0x214190) is known color: Tory Blue. HEX triplet: 21, 41 and 90. RGB value is (33,65,144). Sum of RGB (Red+Green+Blue) = 33+65+144=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #214190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214190 is #DEBE6F. Grayscale: #404040. Windows color (decimal): -14597744 or 9453857. OLE color: 9453857.

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

Color convert

RGB 33 65 144 -
CMYK 0.77 0.55 0 0.44
HSL 222.7º 0.63% 0.35% -
HSV(B) 222.7º 0.77% 0.56% -
XYZ 7.55 6.12 27.17 -
YUV 64.44 172.9 105.58 -
System Red Green Blue C M Y K H S L
Decimal 33 65 144 0.77 0.55 0 0.44 222.7 0.63 0.35
Hex 21 41 90 4D 37 0 2C DF 3F 23
Octal 41 101 220 115 67 0 54 337 77 43
Binary 100001 1000001 10010000 1001101 110111 0 101100 11011111 111111 100011

Color Harmonies of #214190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214190

Black with #214190

Text Example


Text Example

White with #214190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214190; }

 p { color: rgb(33,65,144); }

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

background-color css

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

 a { background-color: rgb(33,65,144); }

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

border-color css

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

 span { border-color: rgb(33,65,144); }

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