Html Css Color HEX #415891 Tory Blue

📋 copy color: '#415891'

red 65 ◦ green 88 ◦ blue 145

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

Shades of Tory Blue #415891

Tints of Tory Blue #415891

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.53%

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

R = 21.81%
G = 29.53%
B = 48.66%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#415891 (or 0x415891) is known color: Tory Blue. HEX triplet: 41, 58 and 91. RGB value is (65,88,145). Sum of RGB (Red+Green+Blue) = 65+88+145=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #415891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415891 is #BEA76E. Grayscale: #575757. Windows color (decimal): -12494703 or 9525313. OLE color: 9525313.

HSL color Cylindrical-coordinate representation of color #415891: hue angle of 222.75º 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 #415891 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 88 145 -
CMYK 0.55 0.39 0 0.43
HSL 222.75º 0.38% 0.41% -
HSV(B) 222.75º 0.55% 0.57% -
XYZ 10.78 10.15 28.18 -
YUV 87.62 160.38 111.87 -
System Red Green Blue C M Y K H S L
Decimal 65 88 145 0.55 0.39 0 0.43 222.75 0.38 0.41
Hex 41 58 91 37 27 0 2B DF 26 29
Octal 101 130 221 67 47 0 53 337 46 51
Binary 1000001 1011000 10010001 110111 100111 0 101011 11011111 100110 101001

Color Harmonies of #415891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415891

Black with #415891

Text Example


Text Example

White with #415891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415891; }

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

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

background-color css

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

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

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

border-color css

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

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

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