#415283

Color #415283 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #415283

Tints of Tory Blue #415283

Color information

#415283 (or 0x415283) is unknown color: approx Tory Blue. HEX triplet: 41, 52 and 83. RGB value is (65,82,131). Sum of RGB (Red+Green+Blue) = 65+82+131=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #415283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415283 is #BEAD7C. Grayscale: #525252. Windows color (decimal): -12496253 or 8606273. OLE color: 8606273.

HSL color Cylindrical-coordinate representation of color #415283: hue angle of 224.55º degrees, saturation: 0.34, 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 #415283 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6582131-
CMYK0.500.3700.49
HSL224.55º33.67%38.43%-
HSV(B)224.55º50.38%51.37%-
XYZ9.298.822.68-
YUV82.5155.37115.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=23.38%
G=29.50%
B=47.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65821310.500.3700.49224.5533.6738.43
Hex4152833225031e12226
Octal10112220362450613414246
Binary1000001101001010000011110010100101011000111100001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415283; }

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

 H1.HeaderClassName
 {
   color: #415283;
 }
 .AnyTagClassName
 {
   color: #415283;
 }
</style>
background-color css

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

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

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

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

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

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