Html Css Color HEX #415182 Tory Blue

📋 copy color: '#415182'

red 65 ◦ green 81 ◦ blue 130

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

Shades of Tory Blue #415182

Tints of Tory Blue #415182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 23.55%
G = 29.35%
B = 47.1%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415182 (or 0x415182) is known color: Tory Blue. HEX triplet: 41, 51 and 82. RGB value is (65,81,130). Sum of RGB (Red+Green+Blue) = 65+81+130=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #415182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415182 is #BEAE7D. Grayscale: #515151. Windows color (decimal): -12496510 or 8540481. OLE color: 8540481.

HSL color Cylindrical-coordinate representation of color #415182: hue angle of 225.23º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #415182 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 81 130 -
CMYK 0.50 0.38 0 0.49
HSL 225.23º 0.33% 0.38% -
HSV(B) 225.23º 0.5% 0.51% -
XYZ 9.15 8.62 22.3 -
YUV 81.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 65 81 130 0.50 0.38 0 0.49 225.23 0.33 0.38
Hex 41 51 82 32 26 0 31 E1 21 26
Octal 101 121 202 62 46 0 61 341 41 46
Binary 1000001 1010001 10000010 110010 100110 0 110001 11100001 100001 100110

Color Harmonies of #415182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415182

Black with #415182

Text Example


Text Example

White with #415182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415182; }

 p { color: rgb(65,81,130); }

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

background-color css

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

 a { background-color: rgb(65,81,130); }

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

border-color css

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

 span { border-color: rgb(65,81,130); }

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