#385095

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

Shades of Tory Blue #385095

Tints of Tory Blue #385095

Color information

#385095 (or 0x385095) is unknown color: approx Tory Blue. HEX triplet: 38, 50 and 95. RGB value is (56,80,149). Sum of RGB (Red+Green+Blue) = 56+80+149=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #385095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385095 is #C7AF6A. Grayscale: #505050. Windows color (decimal): -13086571 or 9785400. OLE color: 9785400.

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

Color convert

RGB5680149-
CMYK0.620.4600.42
HSL224.52º45.37%40.2%-
HSV(B)224.52º62.42%58.43%-
XYZ9.928.7529.6-
YUV80.69166.55110.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=19.65%
G=28.07%
B=52.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56801490.620.4600.42224.5245.3740.2
Hex3850953E2E02Ae12d28
Octal7012022576560523415550
Binary111000101000010010101111110101110010101011100001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385095; }

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

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

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

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

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

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

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

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