Html Css Color HEX #204495 Tory Blue

📋 copy color: '#204495'

red 32 ◦ green 68 ◦ blue 149

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

Shades of Tory Blue #204495

Tints of Tory Blue #204495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

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

R = 12.85%
G = 27.31%
B = 59.84%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#204495 (or 0x204495) is known color: Tory Blue. HEX triplet: 20, 44 and 95. RGB value is (32,68,149). Sum of RGB (Red+Green+Blue) = 32+68+149=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #204495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204495 is #DFBB6A. Grayscale: #424242. Windows color (decimal): -14662507 or 9782304. OLE color: 9782304.

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

Color convert

RGB 32 68 149 -
CMYK 0.79 0.54 0 0.42
HSL 221.54º 0.65% 0.35% -
HSV(B) 221.54º 0.79% 0.58% -
XYZ 8.09 6.61 29.28 -
YUV 66.47 174.57 103.41 -
System Red Green Blue C M Y K H S L
Decimal 32 68 149 0.79 0.54 0 0.42 221.54 0.65 0.35
Hex 20 44 95 4F 36 0 2A DE 41 23
Octal 40 104 225 117 66 0 52 336 101 43
Binary 100000 1000100 10010101 1001111 110110 0 101010 11011110 1000001 100011

Color Harmonies of #204495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204495

Black with #204495

Text Example


Text Example

White with #204495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204495; }

 p { color: rgb(32,68,149); }

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

background-color css

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

 a { background-color: rgb(32,68,149); }

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

border-color css

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

 span { border-color: rgb(32,68,149); }

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