#385395

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

Shades of Tory Blue #385395

Tints of Tory Blue #385395

Color information

#385395 (or 0x385395) is unknown color: approx Tory Blue. HEX triplet: 38, 53 and 95. RGB value is (56,83,149). Sum of RGB (Red+Green+Blue) = 56+83+149=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #385395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385395 is #C7AC6A. Grayscale: #525252. Windows color (decimal): -13085803 or 9786168. OLE color: 9786168.

HSL color Cylindrical-coordinate representation of color #385395: hue angle of 222.58º 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 #385395 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5683149-
CMYK0.620.4400.42
HSL222.58º45.37%40.2%-
HSV(B)222.58º62.42%58.43%-
XYZ10.159.229.67-
YUV82.45165.55109.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.44%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=19.44%
G=28.82%
B=51.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56831490.620.4400.42222.5845.3740.2
Hex3853953E2C02Adf2d28
Octal7012322576540523375550
Binary111000101001110010101111110101100010101011011111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385395; }

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

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

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

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

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

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

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

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