#405383

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

Shades of Tory Blue #405383

Tints of Tory Blue #405383

Color information

#405383 (or 0x405383) is unknown color: approx Tory Blue. HEX triplet: 40, 53 and 83. RGB value is (64,83,131). Sum of RGB (Red+Green+Blue) = 64+83+131=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 83 (32.81% from 255 or 29.86% 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 #405383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405383 is #BFAC7C. Grayscale: #525252. Windows color (decimal): -12561533 or 8606528. OLE color: 8606528.

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

Color convert

RGB6483131-
CMYK0.510.3700.49
HSL222.99º34.36%38.24%-
HSV(B)222.99º51.15%51.37%-
XYZ9.38.9222.7-
YUV82.79155.21114.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.02%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=23.02%
G=29.86%
B=47.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64831310.510.3700.49222.9934.3638.24
Hex4053833325031df2226
Octal10012320363450613374246
Binary1000000101001110000011110011100101011000111011111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405383; }

 p { color: rgb(64,83,131); }

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

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

 a { background-color: rgb(64,83,131); }

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

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

 span { border-color: rgb(64,83,131); }

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