Html Css Color HEX #214694 Tory Blue

📋 copy color: '#214694'

red 33 ◦ green 70 ◦ blue 148

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

Shades of Tory Blue #214694

Tints of Tory Blue #214694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.96%

R = 13.15%
G = 27.89%
B = 58.96%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#214694 (or 0x214694) is known color: Tory Blue. HEX triplet: 21, 46 and 94. RGB value is (33,70,148). Sum of RGB (Red+Green+Blue) = 33+70+148=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #214694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214694 is #DEB96B. Grayscale: #434343. Windows color (decimal): -14596460 or 9717281. OLE color: 9717281.

HSL color Cylindrical-coordinate representation of color #214694: hue angle of 220.7º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214694 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 70 148 -
CMYK 0.78 0.53 0 0.42
HSL 220.7º 0.64% 0.35% -
HSV(B) 220.7º 0.78% 0.58% -
XYZ 8.16 6.84 28.91 -
YUV 67.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 33 70 148 0.78 0.53 0 0.42 220.7 0.64 0.35
Hex 21 46 94 4E 35 0 2A DD 40 23
Octal 41 106 224 116 65 0 52 335 100 43
Binary 100001 1000110 10010100 1001110 110101 0 101010 11011101 1000000 100011

Color Harmonies of #214694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214694

Black with #214694

Text Example


Text Example

White with #214694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214694; }

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

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

background-color css

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

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

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

border-color css

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

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

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