Html Css Color HEX #214293 Tory Blue

📋 copy color: '#214293'

red 33 ◦ green 66 ◦ blue 147

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

Shades of Tory Blue #214293

Tints of Tory Blue #214293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.83%

 BLUE value IS 147 (57.81% from 255) = 59.76%

R = 13.41%
G = 26.83%
B = 59.76%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#214293 (or 0x214293) is known color: Tory Blue. HEX triplet: 21, 42 and 93. RGB value is (33,66,147). Sum of RGB (Red+Green+Blue) = 33+66+147=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #214293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214293 is #DEBD6C. Grayscale: #414141. Windows color (decimal): -14597485 or 9650721. OLE color: 9650721.

HSL color Cylindrical-coordinate representation of color #214293: hue angle of 222.63º degrees, saturation: 0.63, 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 #214293 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 66 147 -
CMYK 0.78 0.55 0 0.42
HSL 222.63º 0.63% 0.35% -
HSV(B) 222.63º 0.78% 0.58% -
XYZ 7.84 6.33 28.41 -
YUV 65.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 33 66 147 0.78 0.55 0 0.42 222.63 0.63 0.35
Hex 21 42 93 4E 37 0 2A DF 3F 23
Octal 41 102 223 116 67 0 52 337 77 43
Binary 100001 1000010 10010011 1001110 110111 0 101010 11011111 111111 100011

Color Harmonies of #214293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214293

Black with #214293

Text Example


Text Example

White with #214293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214293; }

 p { color: rgb(33,66,147); }

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

background-color css

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

 a { background-color: rgb(33,66,147); }

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

border-color css

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

 span { border-color: rgb(33,66,147); }

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