#385695

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

Shades of Tory Blue #385695

Tints of Tory Blue #385695

Color information

#385695 (or 0x385695) is unknown color: approx Tory Blue. HEX triplet: 38, 56 and 95. RGB value is (56,86,149). Sum of RGB (Red+Green+Blue) = 56+86+149=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #385695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385695 is #C7A96A. Grayscale: #535353. Windows color (decimal): -13085035 or 9786936. OLE color: 9786936.

HSL color Cylindrical-coordinate representation of color #385695: hue angle of 220.65º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #385695 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5686149-
CMYK0.620.4200.42
HSL220.65º45.37%40.2%-
HSV(B)220.65º62.42%58.43%-
XYZ10.389.6729.75-
YUV84.21164.56107.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.24%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=19.24%
G=29.55%
B=51.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56861490.620.4200.42220.6545.3740.2
Hex3856953E2A02Add2d28
Octal7012622576520523355550
Binary111000101011010010101111110101010010101011011101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385695; }

 p { color: rgb(56,86,149); }

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

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

 a { background-color: rgb(56,86,149); }

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

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

 span { border-color: rgb(56,86,149); }

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