Html Css Color HEX #415789 Tory Blue

📋 copy color: '#415789'

red 65 ◦ green 87 ◦ blue 137

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

Shades of Tory Blue #415789

Tints of Tory Blue #415789

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

 BLUE value IS 137 (53.91% from 255) = 47.4%

R = 22.49%
G = 30.1%
B = 47.4%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#415789 (or 0x415789) is known color: Tory Blue. HEX triplet: 41, 57 and 89. RGB value is (65,87,137). Sum of RGB (Red+Green+Blue) = 65+87+137=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #415789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415789 is #BEA876. Grayscale: #555555. Windows color (decimal): -12494967 or 9000769. OLE color: 9000769.

HSL color Cylindrical-coordinate representation of color #415789: hue angle of 221.67º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #415789 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 87 137 -
CMYK 0.53 0.36 0 0.46
HSL 221.67º 0.36% 0.4% -
HSV(B) 221.67º 0.53% 0.54% -
XYZ 10.1 9.75 25.02 -
YUV 86.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 65 87 137 0.53 0.36 0 0.46 221.67 0.36 0.4
Hex 41 57 89 35 24 0 2E DE 24 28
Octal 101 127 211 65 44 0 56 336 44 50
Binary 1000001 1010111 10001001 110101 100100 0 101110 11011110 100100 101000

Color Harmonies of #415789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415789

Black with #415789

Text Example


Text Example

White with #415789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415789; }

 p { color: rgb(65,87,137); }

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

background-color css

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

 a { background-color: rgb(65,87,137); }

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

border-color css

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

 span { border-color: rgb(65,87,137); }

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