Html Css Color HEX #415286 Tory Blue

📋 copy color: '#415286'

red 65 ◦ green 82 ◦ blue 134

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

Shades of Tory Blue #415286

Tints of Tory Blue #415286

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.18%

 BLUE value IS 134 (52.73% from 255) = 47.69%

R = 23.13%
G = 29.18%
B = 47.69%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#415286 (or 0x415286) is known color: Tory Blue. HEX triplet: 41, 52 and 86. RGB value is (65,82,134). Sum of RGB (Red+Green+Blue) = 65+82+134=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #415286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415286 is #BEAD79. Grayscale: #525252. Windows color (decimal): -12496250 or 8802881. OLE color: 8802881.

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

Color convert

RGB 65 82 134 -
CMYK 0.51 0.39 0 0.47
HSL 225.22º 0.35% 0.39% -
HSV(B) 225.22º 0.51% 0.53% -
XYZ 9.5 8.88 23.77 -
YUV 82.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 65 82 134 0.51 0.39 0 0.47 225.22 0.35 0.39
Hex 41 52 86 33 27 0 2F E1 23 27
Octal 101 122 206 63 47 0 57 341 43 47
Binary 1000001 1010010 10000110 110011 100111 0 101111 11100001 100011 100111

Color Harmonies of #415286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415286

Black with #415286

Text Example


Text Example

White with #415286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415286; }

 p { color: rgb(65,82,134); }

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

background-color css

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

 a { background-color: rgb(65,82,134); }

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

border-color css

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

 span { border-color: rgb(65,82,134); }

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