Html Css Color HEX #214595 Tory Blue

📋 copy color: '#214595'

red 33 ◦ green 69 ◦ blue 149

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

Shades of Tory Blue #214595

Tints of Tory Blue #214595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.49%

 BLUE value IS 149 (58.59% from 255) = 59.36%

R = 13.15%
G = 27.49%
B = 59.36%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#214595 (or 0x214595) is known color: Tory Blue. HEX triplet: 21, 45 and 95. RGB value is (33,69,149). Sum of RGB (Red+Green+Blue) = 33+69+149=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #214595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214595 is #DEBA6A. Grayscale: #434343. Windows color (decimal): -14596715 or 9782561. OLE color: 9782561.

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

Color convert

RGB 33 69 149 -
CMYK 0.78 0.54 0 0.42
HSL 221.38º 0.64% 0.36% -
HSV(B) 221.38º 0.78% 0.58% -
XYZ 8.18 6.75 29.31 -
YUV 67.36 174.07 103.5 -
System Red Green Blue C M Y K H S L
Decimal 33 69 149 0.78 0.54 0 0.42 221.38 0.64 0.36
Hex 21 45 95 4E 36 0 2A DD 40 24
Octal 41 105 225 116 66 0 52 335 100 44
Binary 100001 1000101 10010101 1001110 110110 0 101010 11011101 1000000 100100

Color Harmonies of #214595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214595

Black with #214595

Text Example


Text Example

White with #214595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214595; }

 p { color: rgb(33,69,149); }

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

background-color css

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

 a { background-color: rgb(33,69,149); }

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

border-color css

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

 span { border-color: rgb(33,69,149); }

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