Html Css Color HEX #415196 Tory Blue

📋 copy color: '#415196'

red 65 ◦ green 81 ◦ blue 150

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

Shades of Tory Blue #415196

Tints of Tory Blue #415196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.36%

 BLUE value IS 150 (58.98% from 255) = 50.68%

R = 21.96%
G = 27.36%
B = 50.68%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#415196 (or 0x415196) is known color: Tory Blue. HEX triplet: 41, 51 and 96. RGB value is (65,81,150). Sum of RGB (Red+Green+Blue) = 65+81+150=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #415196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415196 is #BEAE69. Grayscale: #535353. Windows color (decimal): -12496490 or 9851201. OLE color: 9851201.

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

Color convert

RGB 65 81 150 -
CMYK 0.57 0.46 0 0.41
HSL 228.71º 0.4% 0.42% -
HSV(B) 228.71º 0.57% 0.59% -
XYZ 10.63 9.21 30.07 -
YUV 84.08 165.2 114.39 -
System Red Green Blue C M Y K H S L
Decimal 65 81 150 0.57 0.46 0 0.41 228.71 0.4 0.42
Hex 41 51 96 39 2E 0 29 E5 28 2A
Octal 101 121 226 71 56 0 51 345 50 52
Binary 1000001 1010001 10010110 111001 101110 0 101001 11100101 101000 101010

Color Harmonies of #415196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415196

Black with #415196

Text Example


Text Example

White with #415196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415196; }

 p { color: rgb(65,81,150); }

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

background-color css

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

 a { background-color: rgb(65,81,150); }

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

border-color css

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

 span { border-color: rgb(65,81,150); }

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