Html Css Color HEX #204293 Tory Blue

📋 copy color: '#204293'

red 32 ◦ green 66 ◦ blue 147

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

Shades of Tory Blue #204293

Tints of Tory Blue #204293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.94%

 BLUE value IS 147 (57.81% from 255) = 60%

R = 13.06%
G = 26.94%
B = 60%

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

#204293 (or 0x204293) is known color: Tory Blue. HEX triplet: 20, 42 and 93. RGB value is (32,66,147). Sum of RGB (Red+Green+Blue) = 32+66+147=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #204293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204293 is #DFBD6C. Grayscale: #404040. Windows color (decimal): -14663021 or 9650720. OLE color: 9650720.

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

Color convert

RGB 32 66 147 -
CMYK 0.78 0.55 0 0.42
HSL 222.26º 0.64% 0.35% -
HSV(B) 222.26º 0.78% 0.58% -
XYZ 7.81 6.31 28.41 -
YUV 65.07 174.24 104.41 -
System Red Green Blue C M Y K H S L
Decimal 32 66 147 0.78 0.55 0 0.42 222.26 0.64 0.35
Hex 20 42 93 4E 37 0 2A DE 40 23
Octal 40 102 223 116 67 0 52 336 100 43
Binary 100000 1000010 10010011 1001110 110111 0 101010 11011110 1000000 100011

Color Harmonies of #204293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204293

Black with #204293

Text Example


Text Example

White with #204293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204293; }

 p { color: rgb(32,66,147); }

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

background-color css

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

 a { background-color: rgb(32,66,147); }

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

border-color css

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

 span { border-color: rgb(32,66,147); }

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