Html Css Color HEX #214698 Tory Blue

📋 copy color: '#214698'

red 33 ◦ green 70 ◦ blue 152

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

Shades of Tory Blue #214698

Tints of Tory Blue #214698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.61%

R = 12.94%
G = 27.45%
B = 59.61%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#214698 (or 0x214698) is known color: Tory Blue. HEX triplet: 21, 46 and 98. RGB value is (33,70,152). Sum of RGB (Red+Green+Blue) = 33+70+152=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #214698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214698 is #DEB967. Grayscale: #434343. Windows color (decimal): -14596456 or 9979425. OLE color: 9979425.

HSL color Cylindrical-coordinate representation of color #214698: hue angle of 221.34º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214698 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 70 152 -
CMYK 0.78 0.54 0 0.40
HSL 221.34º 0.64% 0.36% -
HSV(B) 221.34º 0.78% 0.6% -
XYZ 8.48 6.97 30.6 -
YUV 68.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 33 70 152 0.78 0.54 0 0.40 221.34 0.64 0.36
Hex 21 46 98 4E 36 0 28 DD 40 24
Octal 41 106 230 116 66 0 50 335 100 44
Binary 100001 1000110 10011000 1001110 110110 0 101000 11011101 1000000 100100

Color Harmonies of #214698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214698

Black with #214698

Text Example


Text Example

White with #214698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214698; }

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

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

background-color css

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

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

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

border-color css

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

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

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