#385895

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

Shades of Tory Blue #385895

Tints of Tory Blue #385895

Color information

#385895 (or 0x385895) is unknown color: approx Tory Blue. HEX triplet: 38, 58 and 95. RGB value is (56,88,149). Sum of RGB (Red+Green+Blue) = 56+88+149=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #385895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385895 is #C7A76A. Grayscale: #555555. Windows color (decimal): -13084523 or 9787448. OLE color: 9787448.

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

Color convert

RGB5688149-
CMYK0.620.4100.42
HSL219.35º45.37%40.2%-
HSV(B)219.35º62.42%58.43%-
XYZ10.559.9929.81-
YUV85.39163.9107.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 149 (58.59% from 255) = 50.85%
R=19.11%
G=30.03%
B=50.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56881490.620.4100.42219.3545.3740.2
Hex3858953E2902Adb2d28
Octal7013022576510523335550
Binary111000101100010010101111110101001010101011011011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385895; }

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

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

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

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

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

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

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

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