Html Css Color HEX #405297 Tory Blue

📋 copy color: '#405297'

red 64 ◦ green 82 ◦ blue 151

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

Shades of Tory Blue #405297

Tints of Tory Blue #405297

RGB

 RED value IS 64 (25.39% from 255) = 21.55%

 GREEN value IS 82 (32.42% from 255) = 27.61%

 BLUE value IS 151 (59.38% from 255) = 50.84%

R = 21.55%
G = 27.61%
B = 50.84%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#405297 (or 0x405297) is known color: Tory Blue. HEX triplet: 40, 52 and 97. RGB value is (64,82,151). Sum of RGB (Red+Green+Blue) = 64+82+151=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #405297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405297 is #BFAD68. Grayscale: #545454. Windows color (decimal): -12561769 or 9916992. OLE color: 9916992.

HSL color Cylindrical-coordinate representation of color #405297: hue angle of 227.59º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #405297 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 82 151 -
CMYK 0.58 0.46 0 0.41
HSL 227.59º 0.4% 0.42% -
HSV(B) 227.59º 0.58% 0.59% -
XYZ 10.72 9.36 30.52 -
YUV 84.48 165.54 113.39 -
System Red Green Blue C M Y K H S L
Decimal 64 82 151 0.58 0.46 0 0.41 227.59 0.4 0.42
Hex 40 52 97 3A 2E 0 29 E4 28 2A
Octal 100 122 227 72 56 0 51 344 50 52
Binary 1000000 1010010 10010111 111010 101110 0 101001 11100100 101000 101010

Color Harmonies of #405297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405297

Black with #405297

Text Example


Text Example

White with #405297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405297; }

 p { color: rgb(64,82,151); }

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

background-color css

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

 a { background-color: rgb(64,82,151); }

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

border-color css

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

 span { border-color: rgb(64,82,151); }

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