Html Css Color HEX #415687 Tory Blue

📋 copy color: '#415687'

red 65 ◦ green 86 ◦ blue 135

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

Shades of Tory Blue #415687

Tints of Tory Blue #415687

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.07%

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

R = 22.73%
G = 30.07%
B = 47.2%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#415687 (or 0x415687) is known color: Tory Blue. HEX triplet: 41, 56 and 87. RGB value is (65,86,135). Sum of RGB (Red+Green+Blue) = 65+86+135=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #415687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415687 is #BEA978. Grayscale: #555555. Windows color (decimal): -12495225 or 8869441. OLE color: 8869441.

HSL color Cylindrical-coordinate representation of color #415687: hue angle of 222º 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 #415687 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 86 135 -
CMYK 0.52 0.36 0 0.47
HSL 222º 0.35% 0.39% -
HSV(B) 222º 0.52% 0.53% -
XYZ 9.88 9.53 24.24 -
YUV 85.31 156.04 113.52 -
System Red Green Blue C M Y K H S L
Decimal 65 86 135 0.52 0.36 0 0.47 222 0.35 0.39
Hex 41 56 87 34 24 0 2F DE 23 27
Octal 101 126 207 64 44 0 57 336 43 47
Binary 1000001 1010110 10000111 110100 100100 0 101111 11011110 100011 100111

Color Harmonies of #415687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415687

Black with #415687

Text Example


Text Example

White with #415687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415687; }

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

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

background-color css

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

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

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

border-color css

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

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

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