Html Css Color HEX #214394 Tory Blue

📋 copy color: '#214394'

red 33 ◦ green 67 ◦ blue 148

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

Shades of Tory Blue #214394

Tints of Tory Blue #214394

RGB

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

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

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

R = 13.31%
G = 27.02%
B = 59.68%

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

#214394 (or 0x214394) is known color: Tory Blue. HEX triplet: 21, 43 and 94. RGB value is (33,67,148). Sum of RGB (Red+Green+Blue) = 33+67+148=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #214394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214394 is #DEBC6B. Grayscale: #414141. Windows color (decimal): -14597228 or 9716513. OLE color: 9716513.

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

Color convert

RGB 33 67 148 -
CMYK 0.78 0.55 0 0.42
HSL 222.26º 0.64% 0.35% -
HSV(B) 222.26º 0.78% 0.58% -
XYZ 7.98 6.48 28.85 -
YUV 66.07 174.24 104.41 -
System Red Green Blue C M Y K H S L
Decimal 33 67 148 0.78 0.55 0 0.42 222.26 0.64 0.35
Hex 21 43 94 4E 37 0 2A DE 40 23
Octal 41 103 224 116 67 0 52 336 100 43
Binary 100001 1000011 10010100 1001110 110111 0 101010 11011110 1000000 100011

Color Harmonies of #214394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214394

Black with #214394

Text Example


Text Example

White with #214394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214394; }

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

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

background-color css

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

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

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

border-color css

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

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

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