Html Css Color HEX #415591 Tory Blue

📋 copy color: '#415591'

red 65 ◦ green 85 ◦ blue 145

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

Shades of Tory Blue #415591

Tints of Tory Blue #415591

RGB

 RED value IS 65 (25.78% from 255) = 22.03%

 GREEN value IS 85 (33.59% from 255) = 28.81%

 BLUE value IS 145 (57.03% from 255) = 49.15%

R = 22.03%
G = 28.81%
B = 49.15%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#415591 (or 0x415591) is known color: Tory Blue. HEX triplet: 41, 55 and 91. RGB value is (65,85,145). Sum of RGB (Red+Green+Blue) = 65+85+145=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #415591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415591 is #BEAA6E. Grayscale: #555555. Windows color (decimal): -12495471 or 9524545. OLE color: 9524545.

HSL color Cylindrical-coordinate representation of color #415591: hue angle of 225º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #415591 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 85 145 -
CMYK 0.55 0.41 0 0.43
HSL 225º 0.38% 0.41% -
HSV(B) 225º 0.55% 0.57% -
XYZ 10.54 9.67 28.1 -
YUV 85.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 65 85 145 0.55 0.41 0 0.43 225 0.38 0.41
Hex 41 55 91 37 29 0 2B E1 26 29
Octal 101 125 221 67 51 0 53 341 46 51
Binary 1000001 1010101 10010001 110111 101001 0 101011 11100001 100110 101001

Color Harmonies of #415591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415591

Black with #415591

Text Example


Text Example

White with #415591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415591; }

 p { color: rgb(65,85,145); }

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

background-color css

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

 a { background-color: rgb(65,85,145); }

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

border-color css

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

 span { border-color: rgb(65,85,145); }

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