Html Css Color HEX #204394 Tory Blue

📋 copy color: '#204394'

red 32 ◦ green 67 ◦ blue 148

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

Shades of Tory Blue #204394

Tints of Tory Blue #204394

RGB

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

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

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

R = 12.96%
G = 27.13%
B = 59.92%

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

#204394 (or 0x204394) is known color: Tory Blue. HEX triplet: 20, 43 and 94. RGB value is (32,67,148). Sum of RGB (Red+Green+Blue) = 32+67+148=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #204394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204394 is #DFBC6B. Grayscale: #414141. Windows color (decimal): -14662764 or 9716512. OLE color: 9716512.

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

Color convert

RGB 32 67 148 -
CMYK 0.78 0.55 0 0.42
HSL 221.9º 0.64% 0.35% -
HSV(B) 221.9º 0.78% 0.58% -
XYZ 7.95 6.46 28.84 -
YUV 65.77 174.4 103.91 -
System Red Green Blue C M Y K H S L
Decimal 32 67 148 0.78 0.55 0 0.42 221.9 0.64 0.35
Hex 20 43 94 4E 37 0 2A DE 40 23
Octal 40 103 224 116 67 0 52 336 100 43
Binary 100000 1000011 10010100 1001110 110111 0 101010 11011110 1000000 100011

Color Harmonies of #204394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204394

Black with #204394

Text Example


Text Example

White with #204394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204394; }

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

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

background-color css

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

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

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

border-color css

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

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

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