Html Css Color HEX #415688 Tory Blue

📋 copy color: '#415688'

red 65 ◦ green 86 ◦ blue 136

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

Shades of Tory Blue #415688

Tints of Tory Blue #415688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.39%

R = 22.65%
G = 29.97%
B = 47.39%

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

#415688 (or 0x415688) is known color: Tory Blue. HEX triplet: 41, 56 and 88. RGB value is (65,86,136). Sum of RGB (Red+Green+Blue) = 65+86+136=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #415688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415688 is #BEA977. Grayscale: #555555. Windows color (decimal): -12495224 or 8934977. OLE color: 8934977.

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

Color convert

RGB 65 86 136 -
CMYK 0.52 0.37 0 0.47
HSL 222.25º 0.35% 0.39% -
HSV(B) 222.25º 0.52% 0.53% -
XYZ 9.95 9.56 24.61 -
YUV 85.42 156.54 113.43 -
System Red Green Blue C M Y K H S L
Decimal 65 86 136 0.52 0.37 0 0.47 222.25 0.35 0.39
Hex 41 56 88 34 25 0 2F DE 23 27
Octal 101 126 210 64 45 0 57 336 43 47
Binary 1000001 1010110 10001000 110100 100101 0 101111 11011110 100011 100111

Color Harmonies of #415688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415688

Black with #415688

Text Example


Text Example

White with #415688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415688; }

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

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

background-color css

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

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

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

border-color css

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

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

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