Html Css Color HEX #214392 Tory Blue

📋 copy color: '#214392'

red 33 ◦ green 67 ◦ blue 146

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

Shades of Tory Blue #214392

Tints of Tory Blue #214392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.24%

 BLUE value IS 146 (57.42% from 255) = 59.35%

R = 13.41%
G = 27.24%
B = 59.35%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#214392 (or 0x214392) is known color: Tory Blue. HEX triplet: 21, 43 and 92. RGB value is (33,67,146). Sum of RGB (Red+Green+Blue) = 33+67+146=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #214392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214392 is #DEBC6D. Grayscale: #414141. Windows color (decimal): -14597230 or 9585441. OLE color: 9585441.

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

Color convert

RGB 33 67 146 -
CMYK 0.77 0.54 0 0.43
HSL 221.95º 0.63% 0.35% -
HSV(B) 221.95º 0.77% 0.57% -
XYZ 7.82 6.41 28.02 -
YUV 65.84 173.24 104.58 -
System Red Green Blue C M Y K H S L
Decimal 33 67 146 0.77 0.54 0 0.43 221.95 0.63 0.35
Hex 21 43 92 4D 36 0 2B DE 3F 23
Octal 41 103 222 115 66 0 53 336 77 43
Binary 100001 1000011 10010010 1001101 110110 0 101011 11011110 111111 100011

Color Harmonies of #214392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214392

Black with #214392

Text Example


Text Example

White with #214392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214392; }

 p { color: rgb(33,67,146); }

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

background-color css

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

 a { background-color: rgb(33,67,146); }

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

border-color css

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

 span { border-color: rgb(33,67,146); }

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