Html Css Color HEX #214092 Tory Blue

📋 copy color: '#214092'

red 33 ◦ green 64 ◦ blue 146

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

Shades of Tory Blue #214092

Tints of Tory Blue #214092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

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

R = 13.58%
G = 26.34%
B = 60.08%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#214092 (or 0x214092) is known color: Tory Blue. HEX triplet: 21, 40 and 92. RGB value is (33,64,146). Sum of RGB (Red+Green+Blue) = 33+64+146=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #214092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214092 is #DEBF6D. Grayscale: #3F3F3F. Windows color (decimal): -14597998 or 9584673. OLE color: 9584673.

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

Color convert

RGB 33 64 146 -
CMYK 0.77 0.56 0 0.43
HSL 223.54º 0.63% 0.35% -
HSV(B) 223.54º 0.77% 0.57% -
XYZ 7.65 6.07 27.96 -
YUV 64.08 174.23 105.83 -
System Red Green Blue C M Y K H S L
Decimal 33 64 146 0.77 0.56 0 0.43 223.54 0.63 0.35
Hex 21 40 92 4D 38 0 2B E0 3F 23
Octal 41 100 222 115 70 0 53 340 77 43
Binary 100001 1000000 10010010 1001101 111000 0 101011 11100000 111111 100011

Color Harmonies of #214092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214092

Black with #214092

Text Example


Text Example

White with #214092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214092; }

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

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

background-color css

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

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

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

border-color css

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

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

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