Html Css Color HEX #415587 Tory Blue

📋 copy color: '#415587'

red 65 ◦ green 85 ◦ blue 135

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

Shades of Tory Blue #415587

Tints of Tory Blue #415587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.37%

R = 22.81%
G = 29.82%
B = 47.37%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#415587 (or 0x415587) is known color: Tory Blue. HEX triplet: 41, 55 and 87. RGB value is (65,85,135). Sum of RGB (Red+Green+Blue) = 65+85+135=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #415587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415587 is #BEAA78. Grayscale: #545454. Windows color (decimal): -12495481 or 8869185. OLE color: 8869185.

HSL color Cylindrical-coordinate representation of color #415587: hue angle of 222.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #415587 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 85 135 -
CMYK 0.52 0.37 0 0.47
HSL 222.86º 0.35% 0.39% -
HSV(B) 222.86º 0.52% 0.53% -
XYZ 9.8 9.37 24.21 -
YUV 84.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 65 85 135 0.52 0.37 0 0.47 222.86 0.35 0.39
Hex 41 55 87 34 25 0 2F DF 23 27
Octal 101 125 207 64 45 0 57 337 43 47
Binary 1000001 1010101 10000111 110100 100101 0 101111 11011111 100011 100111

Color Harmonies of #415587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415587

Black with #415587

Text Example


Text Example

White with #415587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415587; }

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

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

background-color css

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

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

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

border-color css

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

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

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