#385893

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

Shades of Tory Blue #385893

Tints of Tory Blue #385893

Color information

#385893 (or 0x385893) is unknown color: approx Tory Blue. HEX triplet: 38, 58 and 93. RGB value is (56,88,147). Sum of RGB (Red+Green+Blue) = 56+88+147=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #385893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385893 is #C7A76C. Grayscale: #545454. Windows color (decimal): -13084525 or 9656376. OLE color: 9656376.

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

Color convert

RGB5688147-
CMYK0.620.4000.42
HSL218.9º44.83%39.8%-
HSV(B)218.9º61.9%57.65%-
XYZ10.399.9328.97-
YUV85.16162.9107.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.24%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=19.24%
G=30.24%
B=50.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56881470.620.4000.42218.944.8339.8
Hex3858933E2802Adb2d28
Octal7013022376500523335550
Binary111000101100010010011111110101000010101011011011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385893; }

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

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

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

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

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

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

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

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