Html Css Color HEX #415285 Tory Blue

📋 copy color: '#415285'

red 65 ◦ green 82 ◦ blue 133

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

Shades of Tory Blue #415285

Tints of Tory Blue #415285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.5%

R = 23.21%
G = 29.29%
B = 47.5%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#415285 (or 0x415285) is known color: Tory Blue. HEX triplet: 41, 52 and 85. RGB value is (65,82,133). Sum of RGB (Red+Green+Blue) = 65+82+133=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #415285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415285 is #BEAD7A. Grayscale: #525252. Windows color (decimal): -12496251 or 8737345. OLE color: 8737345.

HSL color Cylindrical-coordinate representation of color #415285: hue angle of 225º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #415285 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 82 133 -
CMYK 0.51 0.38 0 0.48
HSL 225º 0.34% 0.39% -
HSV(B) 225º 0.51% 0.52% -
XYZ 9.43 8.85 23.4 -
YUV 82.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 65 82 133 0.51 0.38 0 0.48 225 0.34 0.39
Hex 41 52 85 33 26 0 30 E1 22 27
Octal 101 122 205 63 46 0 60 341 42 47
Binary 1000001 1010010 10000101 110011 100110 0 110000 11100001 100010 100111

Color Harmonies of #415285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415285

Black with #415285

Text Example


Text Example

White with #415285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415285; }

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

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

background-color css

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

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

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

border-color css

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

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

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