Html Css Color HEX #415395 Tory Blue

📋 copy color: '#415395'

red 65 ◦ green 83 ◦ blue 149

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

Shades of Tory Blue #415395

Tints of Tory Blue #415395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

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

R = 21.89%
G = 27.95%
B = 50.17%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#415395 (or 0x415395) is known color: Tory Blue. HEX triplet: 41, 53 and 95. RGB value is (65,83,149). Sum of RGB (Red+Green+Blue) = 65+83+149=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #415395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415395 is #BEAC6A. Grayscale: #545454. Windows color (decimal): -12495979 or 9786177. OLE color: 9786177.

HSL color Cylindrical-coordinate representation of color #415395: hue angle of 227.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #415395 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 83 149 -
CMYK 0.56 0.44 0 0.42
HSL 227.14º 0.39% 0.42% -
HSV(B) 227.14º 0.56% 0.58% -
XYZ 10.7 9.48 29.7 -
YUV 85.14 164.04 113.63 -
System Red Green Blue C M Y K H S L
Decimal 65 83 149 0.56 0.44 0 0.42 227.14 0.39 0.42
Hex 41 53 95 38 2C 0 2A E3 27 2A
Octal 101 123 225 70 54 0 52 343 47 52
Binary 1000001 1010011 10010101 111000 101100 0 101010 11100011 100111 101010

Color Harmonies of #415395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415395

Black with #415395

Text Example


Text Example

White with #415395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415395; }

 p { color: rgb(65,83,149); }

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

background-color css

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

 a { background-color: rgb(65,83,149); }

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

border-color css

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

 span { border-color: rgb(65,83,149); }

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