Html Css Color HEX #415588 Tory Blue

📋 copy color: '#415588'

red 65 ◦ green 85 ◦ blue 136

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

Shades of Tory Blue #415588

Tints of Tory Blue #415588

RGB

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

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

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

R = 22.73%
G = 29.72%
B = 47.55%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#415588 (or 0x415588) is known color: Tory Blue. HEX triplet: 41, 55 and 88. RGB value is (65,85,136). Sum of RGB (Red+Green+Blue) = 65+85+136=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #415588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415588 is #BEAA77. Grayscale: #545454. Windows color (decimal): -12495480 or 8934721. OLE color: 8934721.

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

Color convert

RGB 65 85 136 -
CMYK 0.52 0.38 0 0.47
HSL 223.1º 0.35% 0.39% -
HSV(B) 223.1º 0.52% 0.53% -
XYZ 9.87 9.4 24.59 -
YUV 84.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 65 85 136 0.52 0.38 0 0.47 223.1 0.35 0.39
Hex 41 55 88 34 26 0 2F DF 23 27
Octal 101 125 210 64 46 0 57 337 43 47
Binary 1000001 1010101 10001000 110100 100110 0 101111 11011111 100011 100111

Color Harmonies of #415588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415588

Black with #415588

Text Example


Text Example

White with #415588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415588; }

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

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

background-color css

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

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

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

border-color css

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

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

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