Html Css Color HEX #204392 Tory Blue

📋 copy color: '#204392'

red 32 ◦ green 67 ◦ blue 146

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

Shades of Tory Blue #204392

Tints of Tory Blue #204392

RGB

 RED value IS 32 (12.89% from 255) = 13.06%

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

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

R = 13.06%
G = 27.35%
B = 59.59%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#204392 (or 0x204392) is known color: Tory Blue. HEX triplet: 20, 43 and 92. RGB value is (32,67,146). Sum of RGB (Red+Green+Blue) = 32+67+146=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #204392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204392 is #DFBC6D. Grayscale: #414141. Windows color (decimal): -14662766 or 9585440. OLE color: 9585440.

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

Color convert

RGB 32 67 146 -
CMYK 0.78 0.54 0 0.43
HSL 221.58º 0.64% 0.35% -
HSV(B) 221.58º 0.78% 0.57% -
XYZ 7.79 6.4 28.02 -
YUV 65.54 173.4 104.08 -
System Red Green Blue C M Y K H S L
Decimal 32 67 146 0.78 0.54 0 0.43 221.58 0.64 0.35
Hex 20 43 92 4E 36 0 2B DE 40 23
Octal 40 103 222 116 66 0 53 336 100 43
Binary 100000 1000011 10010010 1001110 110110 0 101011 11011110 1000000 100011

Color Harmonies of #204392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204392

Black with #204392

Text Example


Text Example

White with #204392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204392; }

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

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

background-color css

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

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

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

border-color css

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

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

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